#134676

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

Shades of Dark Cerulean #134676

Tints of Dark Cerulean #134676

Color information

#134676 (or 0x134676) is unknown color: approx Dark Cerulean. HEX triplet: 13, 46 and 76. RGB value is (19,70,118). Sum of RGB (Red+Green+Blue) = 19+70+118=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #134676 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134676 is #ECB989. Grayscale: #3B3B3B. Windows color (decimal): -15513994 or 7751187. OLE color: 7751187.

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

Color convert

RGB1970118-
CMYK0.840.4100.54
HSL209.09º72.26%26.86%-
HSV(B)209.09º83.9%46.27%-
XYZ5.735.8317.96-
YUV60.22160.698.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.18%
GREEN value IS 70 (27.73% from 255) = 33.82%
BLUE value IS 118 (46.48% from 255) = 57.00%
R=9.18%
G=33.82%
B=57.00%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19701180.840.4100.54209.0972.2626.86
Hex1346765429036d1481b
Octal231061661245106632111033
Binary10011100011011101101010100101001011011011010001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134676; }

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

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

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

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

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

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

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

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