#104EB3

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

Shades of Cobalt #104EB3

Tints of Cobalt #104EB3

Color information

#104EB3 (or 0x104EB3) is unknown color: approx Cobalt. HEX triplet: 10, 4E and B3. RGB value is (16,78,179). Sum of RGB (Red+Green+Blue) = 16+78+179=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 179 (70.31% from 255 or 65.57% from 273); Max value from RGB is 179 - color contains mainly: blue. Hex color #104EB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104EB3 is #EFB14C. Grayscale: #464646. Windows color (decimal): -15708493 or 11750928. OLE color: 11750928.

HSL color Cylindrical-coordinate representation of color #104EB3: hue angle of 217.18º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #104EB3 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1678179-
CMYK0.910.5600.30
HSL217.18º83.59%38.24%-
HSV(B)217.18º91.06%70.2%-
XYZ11.078.8143.77-
YUV70.98188.9688.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.86%
GREEN value IS 78 (30.86% from 255) = 28.57%
BLUE value IS 179 (70.31% from 255) = 65.57%
R=5.86%
G=28.57%
B=65.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal16781790.910.5600.30217.1883.5938.24
Hex104EB35B3801Ed95426
Octal201162631337003633112446
Binary100001001110101100111011011111000011110110110011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,78,179); }

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

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

 a { background-color: rgb(16,78,179); }

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

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

 span { border-color: rgb(16,78,179); }

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