#104DA2

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

Shades of Cobalt #104DA2

Tints of Cobalt #104DA2

Color information

#104DA2 (or 0x104DA2) is unknown color: approx Cobalt. HEX triplet: 10, 4D and A2. RGB value is (16,77,162). Sum of RGB (Red+Green+Blue) = 16+77+162=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 162 (63.67% from 255 or 63.53% from 255); Max value from RGB is 162 - color contains mainly: blue. Hex color #104DA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104DA2 is #EFB25D. Grayscale: #444444. Windows color (decimal): -15708766 or 10636560. OLE color: 10636560.

HSL color Cylindrical-coordinate representation of color #104DA2: hue angle of 214.93º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #104DA2 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1677162-
CMYK0.900.5200.36
HSL214.93º82.02%34.9%-
HSV(B)214.93º90.12%63.53%-
XYZ9.398.0335.24-
YUV68.45180.7990.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.27%
GREEN value IS 77 (30.47% from 255) = 30.20%
BLUE value IS 162 (63.67% from 255) = 63.53%
R=6.27%
G=30.20%
B=63.53%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16771620.900.5200.36214.9382.0234.9
Hex104DA25A34024d75223
Octal201152421326404432712243
Binary1000010011011010001010110101101000100100110101111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,77,162); }

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

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

 a { background-color: rgb(16,77,162); }

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

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

 span { border-color: rgb(16,77,162); }

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