#105084

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

Shades of Dark Cerulean #105084

Tints of Dark Cerulean #105084

Color information

#105084 (or 0x105084) is unknown color: approx Dark Cerulean. HEX triplet: 10, 50 and 84. RGB value is (16,80,132). Sum of RGB (Red+Green+Blue) = 16+80+132=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 132 (51.95% from 255 or 57.89% from 228); Max value from RGB is 132 - color contains mainly: blue. Hex color #105084 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105084 is #EFAF7B. Grayscale: #424242. Windows color (decimal): -15708028 or 8671248. OLE color: 8671248.

HSL color Cylindrical-coordinate representation of color #105084: hue angle of 206.9º 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 #105084 is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1680132-
CMYK0.880.3900.48
HSL206.9º78.38%29.02%-
HSV(B)206.9º87.88%51.76%-
XYZ7.257.5122.9-
YUV66.79164.891.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.02%
GREEN value IS 80 (31.64% from 255) = 35.09%
BLUE value IS 132 (51.95% from 255) = 57.89%
R=7.02%
G=35.09%
B=57.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16801320.880.3900.48206.978.3829.02
Hex1050845827030cf4e1d
Octal201202041304706031711635
Binary100001010000100001001011000100111011000011001111100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105084; }

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

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

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

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

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

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

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

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