#104B9B

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

Shades of Cobalt #104B9B

Tints of Cobalt #104B9B

Color information

#104B9B (or 0x104B9B) is unknown color: approx Cobalt. HEX triplet: 10, 4B and 9B. RGB value is (16,75,155). Sum of RGB (Red+Green+Blue) = 16+75+155=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 155 (60.94% from 255 or 63.01% from 246); Max value from RGB is 155 - color contains mainly: blue. Hex color #104B9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104B9B is #EFB464. Grayscale: #424242. Windows color (decimal): -15709285 or 10177296. OLE color: 10177296.

HSL color Cylindrical-coordinate representation of color #104B9B: hue angle of 214.53º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #104B9B is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1675155-
CMYK0.900.5200.39
HSL214.53º81.29%33.53%-
HSV(B)214.53º89.68%60.78%-
XYZ8.657.5132-
YUV66.48177.9592-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.50%
GREEN value IS 75 (29.69% from 255) = 30.49%
BLUE value IS 155 (60.94% from 255) = 63.01%
R=6.50%
G=30.49%
B=63.01%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal16751550.900.5200.39214.5381.2933.53
Hex104B9B5A34027d75122
Octal201132331326404732712142
Binary1000010010111001101110110101101000100111110101111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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