#104CA5

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

Shades of Cobalt #104CA5

Tints of Cobalt #104CA5

Color information

#104CA5 (or 0x104CA5) is unknown color: approx Cobalt. HEX triplet: 10, 4C and A5. RGB value is (16,76,165). Sum of RGB (Red+Green+Blue) = 16+76+165=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 165 (64.84% from 255 or 64.20% from 257); Max value from RGB is 165 - color contains mainly: blue. Hex color #104CA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104CA5 is #EFB35A. Grayscale: #434343. Windows color (decimal): -15709019 or 10832912. OLE color: 10832912.

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

Color convert

RGB1676165-
CMYK0.900.5400.35
HSL215.84º82.32%35.49%-
HSV(B)215.84º90.3%64.71%-
XYZ9.59836.64-
YUV68.21182.6290.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.23%
GREEN value IS 76 (30.08% from 255) = 29.57%
BLUE value IS 165 (64.84% from 255) = 64.20%
R=6.23%
G=29.57%
B=64.20%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16761650.900.5400.35215.8482.3235.49
Hex104CA55A36023d85223
Octal201142451326604333012243
Binary1000010011001010010110110101101100100011110110001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,76,165); }

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

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

 a { background-color: rgb(16,76,165); }

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

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

 span { border-color: rgb(16,76,165); }

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