#104884

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

Shades of Dark Cerulean #104884

Tints of Dark Cerulean #104884

Color information

#104884 (or 0x104884) is unknown color: approx Dark Cerulean. HEX triplet: 10, 48 and 84. RGB value is (16,72,132). Sum of RGB (Red+Green+Blue) = 16+72+132=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 132 (51.95% from 255 or 60% from 220); Max value from RGB is 132 - color contains mainly: blue. Hex color #104884 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104884 is #EFB77B. Grayscale: #3D3D3D. Windows color (decimal): -15710076 or 8669200. OLE color: 8669200.

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

Color convert

RGB1672132-
CMYK0.880.4500.48
HSL211.03º78.38%29.02%-
HSV(B)211.03º87.88%51.76%-
XYZ6.76.4122.71-
YUV62.1167.4595.12-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.27%
GREEN value IS 72 (28.52% from 255) = 32.73%
BLUE value IS 132 (51.95% from 255) = 60%
R=7.27%
G=32.73%
B=60%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16721320.880.4500.48211.0378.3829.02
Hex104884582D030d34e1d
Octal201102041305506032311635
Binary100001001000100001001011000101101011000011010011100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104884; }

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

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

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

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

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

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

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

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