Html Css Color HEX #134576 Dark Cerulean

📋 copy color: '#134576'

red 19 ◦ green 69 ◦ blue 118

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

Shades of Dark Cerulean #134576

Tints of Dark Cerulean #134576

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.5%

 BLUE value IS 118 (46.48% from 255) = 57.28%

R = 9.22%
G = 33.5%
B = 57.28%

CMYK

 C value IS 0.84

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#134576 (or 0x134576) is known color: Dark Cerulean. HEX triplet: 13, 45 and 76. RGB value is (19,69,118). Sum of RGB (Red+Green+Blue) = 19+69+118=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #134576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134576 is #ECBA89. Grayscale: #3B3B3B. Windows color (decimal): -15514250 or 7750931. OLE color: 7750931.

HSL color Cylindrical-coordinate representation of color #134576: hue angle of 209.7º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #134576 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 69 118 -
CMYK 0.84 0.42 0 0.54
HSL 209.7º 0.72% 0.27% -
HSV(B) 209.7º 0.84% 0.46% -
XYZ 5.67 5.7 17.94 -
YUV 59.64 160.94 99.02 -
System Red Green Blue C M Y K H S L
Decimal 19 69 118 0.84 0.42 0 0.54 209.7 0.72 0.27
Hex 13 45 76 54 2A 0 36 D2 48 1B
Octal 23 105 166 124 52 0 66 322 110 33
Binary 10011 1000101 1110110 1010100 101010 0 110110 11010010 1001000 11011

Color Harmonies of #134576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134576

Black with #134576

Text Example


Text Example

White with #134576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134576; }

 p { color: rgb(19,69,118); }

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

background-color css

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

 a { background-color: rgb(19,69,118); }

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

border-color css

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

 span { border-color: rgb(19,69,118); }

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