#105277

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

Shades of Dark Cerulean #105277

Tints of Dark Cerulean #105277

Color information

#105277 (or 0x105277) is unknown color: approx Dark Cerulean. HEX triplet: 10, 52 and 77. RGB value is (16,82,119). Sum of RGB (Red+Green+Blue) = 16+82+119=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 119 (46.88% from 255 or 54.84% from 217); Max value from RGB is 119 - color contains mainly: blue. Hex color #105277 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105277 is #EFAD88. Grayscale: #424242. Windows color (decimal): -15707529 or 7819792. OLE color: 7819792.

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

Color convert

RGB1682119-
CMYK0.870.3100.53
HSL201.55º76.3%26.47%-
HSV(B)201.55º86.55%46.67%-
XYZ6.567.4818.55-
YUV66.48157.6391.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.37%
GREEN value IS 82 (32.42% from 255) = 37.79%
BLUE value IS 119 (46.88% from 255) = 54.84%
R=7.37%
G=37.79%
B=54.84%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16821190.870.3100.53201.5576.326.47
Hex105277571F035ca4c1a
Octal201221671273706531211432
Binary1000010100101110111101011111111011010111001010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105277; }

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

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

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

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

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

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

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

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