#135177

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

Shades of Dark Cerulean #135177

Tints of Dark Cerulean #135177

Color information

#135177 (or 0x135177) is unknown color: approx Dark Cerulean. HEX triplet: 13, 51 and 77. RGB value is (19,81,119). Sum of RGB (Red+Green+Blue) = 19+81+119=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #135177 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135177 is #ECAE88. Grayscale: #424242. Windows color (decimal): -15511177 or 7819539. OLE color: 7819539.

HSL color Cylindrical-coordinate representation of color #135177: hue angle of 202.8º degrees, saturation: 0.72, 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 #135177 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1981119-
CMYK0.840.3200.53
HSL202.8º72.46%27.06%-
HSV(B)202.8º84.03%46.67%-
XYZ6.547.3618.53-
YUV66.79157.4693.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.68%
GREEN value IS 81 (32.03% from 255) = 36.99%
BLUE value IS 119 (46.88% from 255) = 54.34%
R=8.68%
G=36.99%
B=54.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19811190.840.3200.53202.872.4627.06
Hex1351775420035cb481b
Octal231211671244006531311033
Binary10011101000111101111010100100000011010111001011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135177; }

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

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

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

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

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

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

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

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