Html Css Color HEX #135083 Dark Cerulean

📋 copy color: '#135083'

red 19 ◦ green 80 ◦ blue 131

#135083
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #135083

Tints of Dark Cerulean #135083

RGB

 RED value IS 19 (7.81% from 255) = 8.26%

 GREEN value IS 80 (31.64% from 255) = 34.78%

 BLUE value IS 131 (51.56% from 255) = 56.96%

R = 8.26%
G = 34.78%
B = 56.96%

CMYK

 C value IS 0.85

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#135083 (or 0x135083) is known color: Dark Cerulean. HEX triplet: 13, 50 and 83. RGB value is (19,80,131). Sum of RGB (Red+Green+Blue) = 19+80+131=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 131 (51.56% from 255 or 56.96% from 230); Max value from RGB is 131 - color contains mainly: blue. Hex color #135083 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135083 is #ECAF7C. Grayscale: #434343. Windows color (decimal): -15511421 or 8605715. OLE color: 8605715.

HSL color Cylindrical-coordinate representation of color #135083: hue angle of 207.32º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #135083 is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 80 131 -
CMYK 0.85 0.39 0 0.49
HSL 207.32º 0.75% 0.29% -
HSV(B) 207.32º 0.85% 0.51% -
XYZ 7.23 7.51 22.54 -
YUV 67.58 163.79 93.35 -
System Red Green Blue C M Y K H S L
Decimal 19 80 131 0.85 0.39 0 0.49 207.32 0.75 0.29
Hex 13 50 83 55 27 0 31 CF 4B 1D
Octal 23 120 203 125 47 0 61 317 113 35
Binary 10011 1010000 10000011 1010101 100111 0 110001 11001111 1001011 11101

Color Harmonies of #135083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135083

Black with #135083

Text Example


Text Example

White with #135083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135083; }

 p { color: rgb(19,80,131); }

 H1.HeaderClassName
 {
   color: #135083;
 }
 .AnyTagClassName
 {
   color: #135083;
 }
</style>

background-color css

<style>
 a { background-color: #135083; }

 a { background-color: rgb(19,80,131); }

 div.DivClassName
 {
   background-color: #135083;
 }
 .BgClassName
 {
   background-color: #135083;
 }
</style>

border-color css

<style>
 span { border-color: #135083; }

 span { border-color: rgb(19,80,131); }

 td.TdClassName
 {
   border-color: #135083;
 }
 .TagClassName
 {
   border-color: #135083;
 }
</style>