Html Css Color HEX #104F99 Cobalt

📋 copy color: '#104F99'

red 16 ◦ green 79 ◦ blue 153

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

Shades of Cobalt #104F99

Tints of Cobalt #104F99

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.85%

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

R = 6.45%
G = 31.85%
B = 61.69%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#104F99 (or 0x104F99) is known color: Cobalt. HEX triplet: 10, 4F and 99. RGB value is (16,79,153). Sum of RGB (Red+Green+Blue) = 16+79+153=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #104F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104F99 is #EFB066. Grayscale: #444444. Windows color (decimal): -15708263 or 10047248. OLE color: 10047248.

HSL color Cylindrical-coordinate representation of color #104F99: hue angle of 212.41º 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 #104F99 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 16 79 153 -
CMYK 0.90 0.48 0 0.4
HSL 212.41º 0.81% 0.33% -
HSV(B) 212.41º 0.9% 0.6% -
XYZ 8.76 8 31.22 -
YUV 68.6 175.63 90.48 -
System Red Green Blue C M Y K H S L
Decimal 16 79 153 0.90 0.48 0 0.4 212.41 0.81 0.33
Hex 10 4F 99 5A 30 0 28 D4 51 21
Octal 20 117 231 132 60 0 50 324 121 41
Binary 10000 1001111 10011001 1011010 110000 0 101000 11010100 1010001 100001

Color Harmonies of #104F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104F99

Black with #104F99

Text Example


Text Example

White with #104F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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