Html Css Color HEX #104896 Cobalt

📋 copy color: '#104896'

red 16 ◦ green 72 ◦ blue 150

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

Shades of Cobalt #104896

Tints of Cobalt #104896

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.25%

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

R = 6.72%
G = 30.25%
B = 63.03%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#104896 (or 0x104896) is known color: Cobalt. HEX triplet: 10, 48 and 96. RGB value is (16,72,150). Sum of RGB (Red+Green+Blue) = 16+72+150=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 150 (58.98% from 255 or 63.03% from 238); Max value from RGB is 150 - color contains mainly: blue. Hex color #104896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104896 is #EFB769. Grayscale: #3F3F3F. Windows color (decimal): -15710058 or 9848848. OLE color: 9848848.

HSL color Cylindrical-coordinate representation of color #104896: hue angle of 214.93º 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 #104896 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 16 72 150 -
CMYK 0.89 0.52 0 0.41
HSL 214.93º 0.81% 0.33% -
HSV(B) 214.93º 0.89% 0.59% -
XYZ 8.04 6.95 29.77 -
YUV 64.15 176.45 93.66 -
System Red Green Blue C M Y K H S L
Decimal 16 72 150 0.89 0.52 0 0.41 214.93 0.81 0.33
Hex 10 48 96 59 34 0 29 D7 51 21
Octal 20 110 226 131 64 0 51 327 121 41
Binary 10000 1001000 10010110 1011001 110100 0 101001 11010111 1010001 100001

Color Harmonies of #104896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104896

Black with #104896

Text Example


Text Example

White with #104896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104896; }

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

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

background-color css

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

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

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

border-color css

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

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

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