#105177

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

Shades of Dark Cerulean #105177

Tints of Dark Cerulean #105177

Color information

#105177 (or 0x105177) is unknown color: approx Dark Cerulean. HEX triplet: 10, 51 and 77. RGB value is (16,81,119). Sum of RGB (Red+Green+Blue) = 16+81+119=216 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.41% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 119 (46.88% from 255 or 55.09% from 216); Max value from RGB is 119 - color contains mainly: blue. Hex color #105177 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105177 is #EFAE88. Grayscale: #414141. Windows color (decimal): -15707785 or 7819536. OLE color: 7819536.

HSL color Cylindrical-coordinate representation of color #105177: hue angle of 202.14º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #105177 is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1681119-
CMYK0.870.3200.53
HSL202.14º76.3%26.47%-
HSV(B)202.14º86.55%46.67%-
XYZ6.497.3318.53-
YUV65.9157.9792.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.41%
GREEN value IS 81 (32.03% from 255) = 37.5%
BLUE value IS 119 (46.88% from 255) = 55.09%
R=7.41%
G=37.5%
B=55.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16811190.870.3200.53202.1476.326.47
Hex1051775720035ca4c1a
Octal201211671274006531211432
Binary10000101000111101111010111100000011010111001010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105177; }

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

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

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

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

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

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

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

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