#104BA5

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

Shades of Cobalt #104BA5

Tints of Cobalt #104BA5

Color information

#104BA5 (or 0x104BA5) is unknown color: approx Cobalt. HEX triplet: 10, 4B and A5. RGB value is (16,75,165). Sum of RGB (Red+Green+Blue) = 16+75+165=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 165 (64.84% from 255 or 64.45% from 256); Max value from RGB is 165 - color contains mainly: blue. Hex color #104BA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104BA5 is #EFB45A. Grayscale: #434343. Windows color (decimal): -15709275 or 10832656. OLE color: 10832656.

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

Color convert

RGB1675165-
CMYK0.900.5500.35
HSL216.24º82.32%35.49%-
HSV(B)216.24º90.3%64.71%-
XYZ9.527.8636.61-
YUV67.62182.9591.18-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.25%
GREEN value IS 75 (29.69% from 255) = 29.30%
BLUE value IS 165 (64.84% from 255) = 64.45%
R=6.25%
G=29.30%
B=64.45%

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
Decimal16751650.900.5500.35216.2482.3235.49
Hex104BA55A37023d85223
Octal201132451326704333012243
Binary1000010010111010010110110101101110100011110110001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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