#134776

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

Shades of Dark Cerulean #134776

Tints of Dark Cerulean #134776

Color information

#134776 (or 0x134776) is unknown color: approx Dark Cerulean. HEX triplet: 13, 47 and 76. RGB value is (19,71,118). Sum of RGB (Red+Green+Blue) = 19+71+118=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 118 (46.48% from 255 or 56.73% from 208); Max value from RGB is 118 - color contains mainly: blue. Hex color #134776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134776 is #ECB889. Grayscale: #3C3C3C. Windows color (decimal): -15513738 or 7751443. OLE color: 7751443.

HSL color Cylindrical-coordinate representation of color #134776: hue angle of 208.48º 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 #134776 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1971118-
CMYK0.840.4000.54
HSL208.48º72.26%26.86%-
HSV(B)208.48º83.9%46.27%-
XYZ5.795.9517.98-
YUV60.81160.2798.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.13%
GREEN value IS 71 (28.12% from 255) = 34.13%
BLUE value IS 118 (46.48% from 255) = 56.73%
R=9.13%
G=34.13%
B=56.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19711180.840.4000.54208.4872.2626.86
Hex1347765428036d0481b
Octal231071661245006632011033
Binary10011100011111101101010100101000011011011010000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134776; }

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

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

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

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

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

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

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

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