#104AA5

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

Shades of Cobalt #104AA5

Tints of Cobalt #104AA5

Color information

#104AA5 (or 0x104AA5) is unknown color: approx Cobalt. HEX triplet: 10, 4A and A5. RGB value is (16,74,165). Sum of RGB (Red+Green+Blue) = 16+74+165=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 165 (64.84% from 255 or 64.71% from 255); Max value from RGB is 165 - color contains mainly: blue. Hex color #104AA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104AA5 is #EFB55A. Grayscale: #424242. Windows color (decimal): -15709531 or 10832400. OLE color: 10832400.

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

Color convert

RGB1674165-
CMYK0.900.5500.35
HSL216.64º82.32%35.49%-
HSV(B)216.64º90.3%64.71%-
XYZ9.457.7236.59-
YUV67.03183.2891.6-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.27%
GREEN value IS 74 (29.30% from 255) = 29.02%
BLUE value IS 165 (64.84% from 255) = 64.71%
R=6.27%
G=29.02%
B=64.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16741650.900.5500.35216.6482.3235.49
Hex104AA55A37023d95223
Octal201122451326704333112243
Binary1000010010101010010110110101101110100011110110011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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