Html Css Color HEX #104A96 Cobalt

📋 copy color: '#104A96'

red 16 ◦ green 74 ◦ blue 150

#104A96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #104A96

Tints of Cobalt #104A96

RGB

 RED value IS 16 (6.64% from 255) = 6.67%

 GREEN value IS 74 (29.3% from 255) = 30.83%

 BLUE value IS 150 (58.98% from 255) = 62.5%

R = 6.67%
G = 30.83%
B = 62.5%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#104A96 (or 0x104A96) is known color: Cobalt. HEX triplet: 10, 4A and 96. RGB value is (16,74,150). Sum of RGB (Red+Green+Blue) = 16+74+150=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 150 (58.98% from 255 or 62.5% from 240); Max value from RGB is 150 - color contains mainly: blue. Hex color #104A96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104A96 is #EFB569. Grayscale: #404040. Windows color (decimal): -15709546 or 9849360. OLE color: 9849360.

HSL color Cylindrical-coordinate representation of color #104A96: hue angle of 214.03º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #104A96 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 16 74 150 -
CMYK 0.89 0.51 0 0.41
HSL 214.03º 0.81% 0.33% -
HSV(B) 214.03º 0.89% 0.59% -
XYZ 8.17 7.21 29.82 -
YUV 65.32 175.78 92.82 -
System Red Green Blue C M Y K H S L
Decimal 16 74 150 0.89 0.51 0 0.41 214.03 0.81 0.33
Hex 10 4A 96 59 33 0 29 D6 51 21
Octal 20 112 226 131 63 0 51 326 121 41
Binary 10000 1001010 10010110 1011001 110011 0 101001 11010110 1010001 100001

Color Harmonies of #104A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104A96

Black with #104A96

Text Example


Text Example

White with #104A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,74,150); }

 H1.HeaderClassName
 {
   color: #104A96;
 }
 .AnyTagClassName
 {
   color: #104A96;
 }
</style>

background-color css

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

 a { background-color: rgb(16,74,150); }

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

border-color css

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

 span { border-color: rgb(16,74,150); }

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