#105584

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

Shades of Dark Cerulean #105584

Tints of Dark Cerulean #105584

Color information

#105584 (or 0x105584) is unknown color: approx Dark Cerulean. HEX triplet: 10, 55 and 84. RGB value is (16,85,132). Sum of RGB (Red+Green+Blue) = 16+85+132=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 132 (51.95% from 255 or 56.65% from 233); Max value from RGB is 132 - color contains mainly: blue. Hex color #105584 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105584 is #EFAA7B. Grayscale: #454545. Windows color (decimal): -15706748 or 8672528. OLE color: 8672528.

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

Color convert

RGB1685132-
CMYK0.880.3600.48
HSL204.31º78.38%29.02%-
HSV(B)204.31º87.88%51.76%-
XYZ7.638.2723.02-
YUV69.73163.1489.68-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.87%
GREEN value IS 85 (33.59% from 255) = 36.48%
BLUE value IS 132 (51.95% from 255) = 56.65%
R=6.87%
G=36.48%
B=56.65%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16851320.880.3600.48204.3178.3829.02
Hex1055845824030cc4e1d
Octal201252041304406031411635
Binary100001010101100001001011000100100011000011001100100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105584; }

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

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

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

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

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

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

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

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