#104896

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

Shades of Cobalt #104896

Tints of Cobalt #104896

Color information

#104896 (or 0x104896) is unknown color: approx Cobalt. HEX triplet: 10, 48 and 96. RGB value is (16,72,150). Sum of RGB (Red+Green+Blue) = 16+72+150=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 150 (58.98% from 255 or 63.03% from 238); Max value from RGB is 150 - color contains mainly: blue. Hex color #104896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104896 is #EFB769. Grayscale: #3F3F3F. Windows color (decimal): -15710058 or 9848848. OLE color: 9848848.

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

Color convert

RGB1672150-
CMYK0.890.5200.41
HSL214.93º80.72%32.55%-
HSV(B)214.93º89.33%58.82%-
XYZ8.046.9529.77-
YUV64.15176.4593.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.72%
GREEN value IS 72 (28.52% from 255) = 30.25%
BLUE value IS 150 (58.98% from 255) = 63.03%
R=6.72%
G=30.25%
B=63.03%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal16721500.890.5200.41214.9380.7232.55
Hex1048965934029d75121
Octal201102261316405132712141
Binary1000010010001001011010110011101000101001110101111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104896; }

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

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

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

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

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

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

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

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