#105583

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

Shades of Dark Cerulean #105583

Tints of Dark Cerulean #105583

Color information

#105583 (or 0x105583) is unknown color: approx Dark Cerulean. HEX triplet: 10, 55 and 83. RGB value is (16,85,131). Sum of RGB (Red+Green+Blue) = 16+85+131=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 131 (51.56% from 255 or 56.47% from 232); Max value from RGB is 131 - color contains mainly: blue. Hex color #105583 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105583 is #EFAA7C. Grayscale: #454545. Windows color (decimal): -15706749 or 8606992. OLE color: 8606992.

HSL color Cylindrical-coordinate representation of color #105583: hue angle of 204º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #105583 is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1685131-
CMYK0.880.3500.49
HSL204º78.23%28.82%-
HSV(B)204º87.79%51.37%-
XYZ7.568.2522.67-
YUV69.61162.6489.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.90%
GREEN value IS 85 (33.59% from 255) = 36.64%
BLUE value IS 131 (51.56% from 255) = 56.47%
R=6.90%
G=36.64%
B=56.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal16851310.880.3500.4920478.2328.82
Hex1055835823031cc4e1d
Octal201252031304306131411635
Binary100001010101100000111011000100011011000111001100100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105583; }

 p { color: rgb(16,85,131); }

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

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

 a { background-color: rgb(16,85,131); }

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

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

 span { border-color: rgb(16,85,131); }

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