Html Css Color HEX #134C72 Dark Cerulean

📋 copy color: '#134C72'

red 19 ◦ green 76 ◦ blue 114

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

Shades of Dark Cerulean #134C72

Tints of Dark Cerulean #134C72

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.36%

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

R = 9.09%
G = 36.36%
B = 54.55%

CMYK

 C value IS 0.83

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#134C72 (or 0x134C72) is known color: Dark Cerulean. HEX triplet: 13, 4C and 72. RGB value is (19,76,114). Sum of RGB (Red+Green+Blue) = 19+76+114=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 114 (44.92% from 255 or 54.55% from 209); Max value from RGB is 114 - color contains mainly: blue. Hex color #134C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C72 is #ECB38D. Grayscale: #3F3F3F. Windows color (decimal): -15512462 or 7490579. OLE color: 7490579.

HSL color Cylindrical-coordinate representation of color #134C72: hue angle of 204º 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 #134C72 is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 76 114 -
CMYK 0.83 0.33 0 0.55
HSL 204º 0.71% 0.26% -
HSV(B) 204º 0.83% 0.45% -
XYZ 5.89 6.52 16.87 -
YUV 63.29 156.62 96.41 -
System Red Green Blue C M Y K H S L
Decimal 19 76 114 0.83 0.33 0 0.55 204 0.71 0.26
Hex 13 4C 72 53 21 0 37 CC 47 1A
Octal 23 114 162 123 41 0 67 314 107 32
Binary 10011 1001100 1110010 1010011 100001 0 110111 11001100 1000111 11010

Color Harmonies of #134C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134C72

Black with #134C72

Text Example


Text Example

White with #134C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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