#104F9C

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

Shades of Cobalt #104F9C

Tints of Cobalt #104F9C

Color information

#104F9C (or 0x104F9C) is unknown color: approx Cobalt. HEX triplet: 10, 4F and 9C. RGB value is (16,79,156). Sum of RGB (Red+Green+Blue) = 16+79+156=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 156 (61.33% from 255 or 62.15% from 251); Max value from RGB is 156 - color contains mainly: blue. Hex color #104F9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104F9C is #EFB063. Grayscale: #444444. Windows color (decimal): -15708260 or 10243856. OLE color: 10243856.

HSL color Cylindrical-coordinate representation of color #104F9C: hue angle of 213º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #104F9C is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1679156-
CMYK0.900.4900.39
HSL213º81.4%33.73%-
HSV(B)213º89.74%61.18%-
XYZ9.018.132.54-
YUV68.94177.1390.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.37%
GREEN value IS 79 (31.25% from 255) = 31.47%
BLUE value IS 156 (61.33% from 255) = 62.15%
R=6.37%
G=31.47%
B=62.15%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal16791560.900.4900.3921381.433.73
Hex104F9C5A31027d55122
Octal201172341326104732512142
Binary1000010011111001110010110101100010100111110101011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,79,156); }

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

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

 a { background-color: rgb(16,79,156); }

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

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

 span { border-color: rgb(16,79,156); }

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