#104BAD

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

Shades of Cobalt #104BAD

Tints of Cobalt #104BAD

Color information

#104BAD (or 0x104BAD) is unknown color: approx Cobalt. HEX triplet: 10, 4B and AD. RGB value is (16,75,173). Sum of RGB (Red+Green+Blue) = 16+75+173=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 173 (67.97% from 255 or 65.53% from 264); Max value from RGB is 173 - color contains mainly: blue. Hex color #104BAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104BAD is #EFB452. Grayscale: #444444. Windows color (decimal): -15709267 or 11356944. OLE color: 11356944.

HSL color Cylindrical-coordinate representation of color #104BAD: hue angle of 217.45º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #104BAD is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1675173-
CMYK0.910.5700.32
HSL217.45º83.07%37.06%-
HSV(B)217.45º90.75%67.84%-
XYZ10.278.1640.57-
YUV68.53186.9590.53-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.06%
GREEN value IS 75 (29.69% from 255) = 28.41%
BLUE value IS 173 (67.97% from 255) = 65.53%
R=6.06%
G=28.41%
B=65.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal16751730.910.5700.32217.4583.0737.06
Hex104BAD5B39020d95325
Octal201132551337104033112345
Binary1000010010111010110110110111110010100000110110011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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