#104B96

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

Shades of Cobalt #104B96

Tints of Cobalt #104B96

Color information

#104B96 (or 0x104B96) is unknown color: approx Cobalt. HEX triplet: 10, 4B and 96. RGB value is (16,75,150). Sum of RGB (Red+Green+Blue) = 16+75+150=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 150 (58.98% from 255 or 62.24% from 241); Max value from RGB is 150 - color contains mainly: blue. Hex color #104B96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104B96 is #EFB469. Grayscale: #414141. Windows color (decimal): -15709290 or 9849616. OLE color: 9849616.

HSL color Cylindrical-coordinate representation of color #104B96: hue angle of 213.58º 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 #104B96 is Cyan = 0.89, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1675150-
CMYK0.890.500.41
HSL213.58º80.72%32.55%-
HSV(B)213.58º89.33%58.82%-
XYZ8.237.3429.84-
YUV65.91175.4592.4-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.64%
GREEN value IS 75 (29.69% from 255) = 31.12%
BLUE value IS 150 (58.98% from 255) = 62.24%
R=6.64%
G=31.12%
B=62.24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal16751500.890.500.41213.5880.7232.55
Hex104B965932029d65121
Octal201132261316205132612141
Binary1000010010111001011010110011100100101001110101101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104B96; }

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

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

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

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

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

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

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

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