#134179

Color #134179 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #134179

Tints of Dark Cerulean #134179

Color information

#134179 (or 0x134179) is unknown color: approx Dark Cerulean. HEX triplet: 13, 41 and 79. RGB value is (19,65,121). Sum of RGB (Red+Green+Blue) = 19+65+121=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 121 (47.66% from 255 or 59.02% from 205); Max value from RGB is 121 - color contains mainly: blue. Hex color #134179 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134179 is #ECBE86. Grayscale: #393939. Windows color (decimal): -15515271 or 7946515. OLE color: 7946515.

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

Color convert

RGB1965121-
CMYK0.840.4600.53
HSL212.94º72.86%27.45%-
HSV(B)212.94º84.3%47.45%-
XYZ5.615.318.82-
YUV57.63163.76100.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.27%
GREEN value IS 65 (25.78% from 255) = 31.71%
BLUE value IS 121 (47.66% from 255) = 59.02%
R=9.27%
G=31.71%
B=59.02%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19651210.840.4600.53212.9472.8627.45
Hex134179542E035d5491b
Octal231011711245606532511133
Binary10011100000111110011010100101110011010111010101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134179; }

 p { color: rgb(19,65,121); }

 H1.HeaderClassName
 {
   color: #134179;
 }
 .AnyTagClassName
 {
   color: #134179;
 }
</style>
background-color css

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

 a { background-color: rgb(19,65,121); }

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

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

 span { border-color: rgb(19,65,121); }

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