#104CB7

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

Shades of Cobalt #104CB7

Tints of Cobalt #104CB7

Color information

#104CB7 (or 0x104CB7) is unknown color: approx Cobalt. HEX triplet: 10, 4C and B7. RGB value is (16,76,183). Sum of RGB (Red+Green+Blue) = 16+76+183=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 76 (30.08% from 255 or 27.64% from 275); Blue value is 183 (71.88% from 255 or 66.55% from 275); Max value from RGB is 183 - color contains mainly: blue. Hex color #104CB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104CB7 is #EFB348. Grayscale: #454545. Windows color (decimal): -15709001 or 12012560. OLE color: 12012560.

HSL color Cylindrical-coordinate representation of color #104CB7: hue angle of 218.44º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #104CB7 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1676183-
CMYK0.910.5800.28
HSL218.44º83.92%39.02%-
HSV(B)218.44º91.26%71.76%-
XYZ11.358.745.88-
YUV70.26191.6289.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.82%
GREEN value IS 76 (30.08% from 255) = 27.64%
BLUE value IS 183 (71.88% from 255) = 66.55%
R=5.82%
G=27.64%
B=66.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal16761830.910.5800.28218.4483.9239.02
Hex104CB75B3A01Cda5427
Octal201142671337203433212447
Binary100001001100101101111011011111010011100110110101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,76,183); }

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

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

 a { background-color: rgb(16,76,183); }

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

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

 span { border-color: rgb(16,76,183); }

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