Html Css Color HEX #135087 Dark Cerulean

📋 copy color: '#135087'

red 19 ◦ green 80 ◦ blue 135

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

Shades of Dark Cerulean #135087

Tints of Dark Cerulean #135087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 57.69%

R = 8.12%
G = 34.19%
B = 57.69%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#135087 (or 0x135087) is known color: Dark Cerulean. HEX triplet: 13, 50 and 87. RGB value is (19,80,135). Sum of RGB (Red+Green+Blue) = 19+80+135=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 135 (53.12% from 255 or 57.69% from 234); Max value from RGB is 135 - color contains mainly: blue. Hex color #135087 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135087 is #ECAF78. Grayscale: #434343. Windows color (decimal): -15511417 or 8867859. OLE color: 8867859.

HSL color Cylindrical-coordinate representation of color #135087: hue angle of 208.45º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #135087 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 80 135 -
CMYK 0.86 0.41 0 0.47
HSL 208.45º 0.75% 0.3% -
HSV(B) 208.45º 0.86% 0.53% -
XYZ 7.51 7.63 24 -
YUV 68.03 165.79 93.03 -
System Red Green Blue C M Y K H S L
Decimal 19 80 135 0.86 0.41 0 0.47 208.45 0.75 0.3
Hex 13 50 87 56 29 0 2F D0 4B 1E
Octal 23 120 207 126 51 0 57 320 113 36
Binary 10011 1010000 10000111 1010110 101001 0 101111 11010000 1001011 11110

Color Harmonies of #135087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135087

Black with #135087

Text Example


Text Example

White with #135087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135087; }

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

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

background-color css

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

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

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

border-color css

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

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

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