#135176

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

Shades of Dark Cerulean #135176

Tints of Dark Cerulean #135176

Color information

#135176 (or 0x135176) is unknown color: approx Dark Cerulean. HEX triplet: 13, 51 and 76. RGB value is (19,81,118). Sum of RGB (Red+Green+Blue) = 19+81+118=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #135176 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135176 is #ECAE89. Grayscale: #424242. Windows color (decimal): -15511178 or 7754003. OLE color: 7754003.

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

Color convert

RGB1981118-
CMYK0.840.3100.54
HSL202.42º72.26%26.86%-
HSV(B)202.42º83.9%46.27%-
XYZ6.487.3318.21-
YUV66.68156.9693.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.72%
GREEN value IS 81 (32.03% from 255) = 37.16%
BLUE value IS 118 (46.48% from 255) = 54.13%
R=8.72%
G=37.16%
B=54.13%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19811180.840.3100.54202.4272.2626.86
Hex135176541F036ca481b
Octal231211661243706631211033
Binary1001110100011110110101010011111011011011001010100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135176; }

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

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

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

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

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

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

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

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