Html Css Color HEX #104C99 Cobalt

📋 copy color: '#104C99'

red 16 ◦ green 76 ◦ blue 153

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

Shades of Cobalt #104C99

Tints of Cobalt #104C99

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.02%

 BLUE value IS 153 (60.16% from 255) = 62.45%

R = 6.53%
G = 31.02%
B = 62.45%

CMYK

 C value IS 0.90

 M value IS 0.50

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#104C99 (or 0x104C99) is known color: Cobalt. HEX triplet: 10, 4C and 99. RGB value is (16,76,153). Sum of RGB (Red+Green+Blue) = 16+76+153=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #104C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104C99 is #EFB366. Grayscale: #424242. Windows color (decimal): -15709031 or 10046480. OLE color: 10046480.

HSL color Cylindrical-coordinate representation of color #104C99: hue angle of 213.72º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #104C99 is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 16 76 153 -
CMYK 0.90 0.50 0 0.4
HSL 213.72º 0.81% 0.33% -
HSV(B) 213.72º 0.9% 0.6% -
XYZ 8.55 7.58 31.15 -
YUV 66.84 176.62 91.74 -
System Red Green Blue C M Y K H S L
Decimal 16 76 153 0.90 0.50 0 0.4 213.72 0.81 0.33
Hex 10 4C 99 5A 32 0 28 D6 51 21
Octal 20 114 231 132 62 0 50 326 121 41
Binary 10000 1001100 10011001 1011010 110010 0 101000 11010110 1010001 100001

Color Harmonies of #104C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104C99

Black with #104C99

Text Example


Text Example

White with #104C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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