#134876

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

Shades of Dark Cerulean #134876

Tints of Dark Cerulean #134876

Color information

#134876 (or 0x134876) is unknown color: approx Dark Cerulean. HEX triplet: 13, 48 and 76. RGB value is (19,72,118). Sum of RGB (Red+Green+Blue) = 19+72+118=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 118 (46.48% from 255 or 56.46% from 209); Max value from RGB is 118 - color contains mainly: blue. Hex color #134876 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134876 is #ECB789. Grayscale: #3D3D3D. Windows color (decimal): -15513482 or 7751699. OLE color: 7751699.

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

Color convert

RGB1972118-
CMYK0.840.3900.54
HSL207.88º72.26%26.86%-
HSV(B)207.88º83.9%46.27%-
XYZ5.866.0818-
YUV61.4159.9497.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.09%
GREEN value IS 72 (28.52% from 255) = 34.45%
BLUE value IS 118 (46.48% from 255) = 56.46%
R=9.09%
G=34.45%
B=56.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19721180.840.3900.54207.8872.2626.86
Hex1348765427036d0481b
Octal231101661244706632011033
Binary10011100100011101101010100100111011011011010000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134876; }

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

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

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

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

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

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

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

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