Html Css Color HEX #104998 Cobalt

📋 copy color: '#104998'

red 16 ◦ green 73 ◦ blue 152

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

Shades of Cobalt #104998

Tints of Cobalt #104998

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.29%

 BLUE value IS 152 (59.77% from 255) = 63.07%

R = 6.64%
G = 30.29%
B = 63.07%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#104998 (or 0x104998) is known color: Cobalt. HEX triplet: 10, 49 and 98. RGB value is (16,73,152). Sum of RGB (Red+Green+Blue) = 16+73+152=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #104998 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104998 is #EFB667. Grayscale: #404040. Windows color (decimal): -15709800 or 9980176. OLE color: 9980176.

HSL color Cylindrical-coordinate representation of color #104998: hue angle of 214.85º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #104998 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 16 73 152 -
CMYK 0.89 0.52 0 0.40
HSL 214.85º 0.81% 0.33% -
HSV(B) 214.85º 0.89% 0.6% -
XYZ 8.26 7.14 30.65 -
YUV 64.96 177.12 93.08 -
System Red Green Blue C M Y K H S L
Decimal 16 73 152 0.89 0.52 0 0.40 214.85 0.81 0.33
Hex 10 49 98 59 34 0 28 D7 51 21
Octal 20 111 230 131 64 0 50 327 121 41
Binary 10000 1001001 10011000 1011001 110100 0 101000 11010111 1010001 100001

Color Harmonies of #104998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104998

Black with #104998

Text Example


Text Example

White with #104998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104998; }

 p { color: rgb(16,73,152); }

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

background-color css

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

 a { background-color: rgb(16,73,152); }

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

border-color css

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

 span { border-color: rgb(16,73,152); }

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