Html Css Color HEX #104898 Cobalt

📋 copy color: '#104898'

red 16 ◦ green 72 ◦ blue 152

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

Shades of Cobalt #104898

Tints of Cobalt #104898

RGB

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

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

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

R = 6.67%
G = 30%
B = 63.33%

CMYK

 C value IS 0.89

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#104898 (or 0x104898) is known color: Cobalt. HEX triplet: 10, 48 and 98. RGB value is (16,72,152). Sum of RGB (Red+Green+Blue) = 16+72+152=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 152 (59.77% from 255 or 63.33% from 240); Max value from RGB is 152 - color contains mainly: blue. Hex color #104898 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104898 is #EFB767. Grayscale: #3F3F3F. Windows color (decimal): -15710056 or 9979920. OLE color: 9979920.

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

Color convert

RGB 16 72 152 -
CMYK 0.89 0.53 0 0.40
HSL 215.29º 0.81% 0.33% -
HSV(B) 215.29º 0.89% 0.6% -
XYZ 8.2 7.01 30.63 -
YUV 64.38 177.45 93.5 -
System Red Green Blue C M Y K H S L
Decimal 16 72 152 0.89 0.53 0 0.40 215.29 0.81 0.33
Hex 10 48 98 59 35 0 28 D7 51 21
Octal 20 110 230 131 65 0 50 327 121 41
Binary 10000 1001000 10011000 1011001 110101 0 101000 11010111 1010001 100001

Color Harmonies of #104898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104898

Black with #104898

Text Example


Text Example

White with #104898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104898; }

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

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

background-color css

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

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

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

border-color css

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

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

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