Html Css Color HEX #134387 Dark Cerulean

📋 copy color: '#134387'

red 19 ◦ green 67 ◦ blue 135

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

Shades of Dark Cerulean #134387

Tints of Dark Cerulean #134387

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.32%

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

R = 8.6%
G = 30.32%
B = 61.09%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#134387 (or 0x134387) is known color: Dark Cerulean. HEX triplet: 13, 43 and 87. RGB value is (19,67,135). Sum of RGB (Red+Green+Blue) = 19+67+135=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 135 (53.12% from 255 or 61.09% from 221); Max value from RGB is 135 - color contains mainly: blue. Hex color #134387 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134387 is #ECBC78. Grayscale: #3C3C3C. Windows color (decimal): -15514745 or 8864531. OLE color: 8864531.

HSL color Cylindrical-coordinate representation of color #134387: hue angle of 215.17º 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 #134387 is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 67 135 -
CMYK 0.86 0.50 0 0.47
HSL 215.17º 0.75% 0.3% -
HSV(B) 215.17º 0.86% 0.53% -
XYZ 6.65 5.9 23.71 -
YUV 60.4 170.1 98.47 -
System Red Green Blue C M Y K H S L
Decimal 19 67 135 0.86 0.50 0 0.47 215.17 0.75 0.3
Hex 13 43 87 56 32 0 2F D7 4B 1E
Octal 23 103 207 126 62 0 57 327 113 36
Binary 10011 1000011 10000111 1010110 110010 0 101111 11010111 1001011 11110

Color Harmonies of #134387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134387

Black with #134387

Text Example


Text Example

White with #134387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134387; }

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

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

background-color css

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

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

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

border-color css

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

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

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