#104FA5

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

Shades of Cobalt #104FA5

Tints of Cobalt #104FA5

Color information

#104FA5 (or 0x104FA5) is unknown color: approx Cobalt. HEX triplet: 10, 4F and A5. RGB value is (16,79,165). Sum of RGB (Red+Green+Blue) = 16+79+165=260 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.15% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 165 (64.84% from 255 or 63.46% from 260); Max value from RGB is 165 - color contains mainly: blue. Hex color #104FA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104FA5 is #EFB05A. Grayscale: #454545. Windows color (decimal): -15708251 or 10833680. OLE color: 10833680.

HSL color Cylindrical-coordinate representation of color #104FA5: hue angle of 214.63º 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 #104FA5 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1679165-
CMYK0.900.5200.35
HSL214.63º82.32%35.49%-
HSV(B)214.63º90.3%64.71%-
XYZ9.88.4236.71-
YUV69.97181.6389.51-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.15%
GREEN value IS 79 (31.25% from 255) = 30.38%
BLUE value IS 165 (64.84% from 255) = 63.46%
R=6.15%
G=30.38%
B=63.46%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16791650.900.5200.35214.6382.3235.49
Hex104FA55A34023d75223
Octal201172451326404332712243
Binary1000010011111010010110110101101000100011110101111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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