#104E9F

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

Shades of Cobalt #104E9F

Tints of Cobalt #104E9F

Color information

#104E9F (or 0x104E9F) is unknown color: approx Cobalt. HEX triplet: 10, 4E and 9F. RGB value is (16,78,159). Sum of RGB (Red+Green+Blue) = 16+78+159=253 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.32% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #104E9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104E9F is #EFB160. Grayscale: #444444. Windows color (decimal): -15708513 or 10440208. OLE color: 10440208.

HSL color Cylindrical-coordinate representation of color #104E9F: hue angle of 213.99º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #104E9F is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1678159-
CMYK0.900.5100.38
HSL213.99º81.71%34.31%-
HSV(B)213.99º89.94%62.35%-
XYZ9.28.0633.87-
YUV68.7178.9690.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.32%
GREEN value IS 78 (30.86% from 255) = 30.83%
BLUE value IS 159 (62.5% from 255) = 62.85%
R=6.32%
G=30.83%
B=62.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal16781590.900.5100.38213.9981.7134.31
Hex104E9F5A33026d65222
Octal201162371326304632612242
Binary1000010011101001111110110101100110100110110101101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,78,159); }

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

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

 a { background-color: rgb(16,78,159); }

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

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

 span { border-color: rgb(16,78,159); }

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