#104885

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

Shades of Dark Cerulean #104885

Tints of Dark Cerulean #104885

Color information

#104885 (or 0x104885) is unknown color: approx Dark Cerulean. HEX triplet: 10, 48 and 85. RGB value is (16,72,133). Sum of RGB (Red+Green+Blue) = 16+72+133=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #104885 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104885 is #EFB77A. Grayscale: #3D3D3D. Windows color (decimal): -15710075 or 8734736. OLE color: 8734736.

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

Color convert

RGB1672133-
CMYK0.880.4600.48
HSL211.28º78.52%29.22%-
HSV(B)211.28º87.97%52.16%-
XYZ6.766.4423.08-
YUV62.21167.9595.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.24%
GREEN value IS 72 (28.52% from 255) = 32.58%
BLUE value IS 133 (52.34% from 255) = 60.18%
R=7.24%
G=32.58%
B=60.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16721330.880.4600.48211.2878.5229.22
Hex104885582E030d34f1d
Octal201102051305606032311735
Binary100001001000100001011011000101110011000011010011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104885; }

 p { color: rgb(16,72,133); }

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

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

 a { background-color: rgb(16,72,133); }

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

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

 span { border-color: rgb(16,72,133); }

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