#104895

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

Shades of Dark Cerulean #104895

Tints of Dark Cerulean #104895

Color information

#104895 (or 0x104895) is unknown color: approx Dark Cerulean. HEX triplet: 10, 48 and 95. RGB value is (16,72,149). Sum of RGB (Red+Green+Blue) = 16+72+149=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #104895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104895 is #EFB76A. Grayscale: #3F3F3F. Windows color (decimal): -15710059 or 9783312. OLE color: 9783312.

HSL color Cylindrical-coordinate representation of color #104895: hue angle of 214.74º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #104895 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1672149-
CMYK0.890.5200.42
HSL214.74º80.61%32.35%-
HSV(B)214.74º89.26%58.43%-
XYZ7.966.9129.35-
YUV64.03175.9593.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.75%
GREEN value IS 72 (28.52% from 255) = 30.38%
BLUE value IS 149 (58.59% from 255) = 62.87%
R=6.75%
G=30.38%
B=62.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal16721490.890.5200.42214.7480.6132.35
Hex104895593402Ad75120
Octal201102251316405232712140
Binary1000010010001001010110110011101000101010110101111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104895; }

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

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

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

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

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

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

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

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