Html Css Color HEX #134872 Dark Cerulean

📋 copy color: '#134872'

red 19 ◦ green 72 ◦ blue 114

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

Shades of Dark Cerulean #134872

Tints of Dark Cerulean #134872

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.12%

 BLUE value IS 114 (44.92% from 255) = 55.61%

R = 9.27%
G = 35.12%
B = 55.61%

CMYK

 C value IS 0.83

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#134872 (or 0x134872) is known color: Dark Cerulean. HEX triplet: 13, 48 and 72. RGB value is (19,72,114). Sum of RGB (Red+Green+Blue) = 19+72+114=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #134872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134872 is #ECB78D. Grayscale: #3C3C3C. Windows color (decimal): -15513486 or 7489555. OLE color: 7489555.

HSL color Cylindrical-coordinate representation of color #134872: hue angle of 206.53º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #134872 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 72 114 -
CMYK 0.83 0.37 0 0.55
HSL 206.53º 0.71% 0.26% -
HSV(B) 206.53º 0.83% 0.45% -
XYZ 5.62 5.99 16.78 -
YUV 60.94 157.94 98.08 -
System Red Green Blue C M Y K H S L
Decimal 19 72 114 0.83 0.37 0 0.55 206.53 0.71 0.26
Hex 13 48 72 53 25 0 37 CF 47 1A
Octal 23 110 162 123 45 0 67 317 107 32
Binary 10011 1001000 1110010 1010011 100101 0 110111 11001111 1000111 11010

Color Harmonies of #134872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134872

Black with #134872

Text Example


Text Example

White with #134872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134872; }

 p { color: rgb(19,72,114); }

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

background-color css

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

 a { background-color: rgb(19,72,114); }

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

border-color css

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

 span { border-color: rgb(19,72,114); }

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