Html Css Color HEX #104698 Cobalt

📋 copy color: '#104698'

red 16 ◦ green 70 ◦ blue 152

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

Shades of Cobalt #104698

Tints of Cobalt #104698

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.41%

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

R = 6.72%
G = 29.41%
B = 63.87%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#104698 (or 0x104698) is known color: Cobalt. HEX triplet: 10, 46 and 98. RGB value is (16,70,152). Sum of RGB (Red+Green+Blue) = 16+70+152=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 152 (59.77% from 255 or 63.87% from 238); Max value from RGB is 152 - color contains mainly: blue. Hex color #104698 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104698 is #EFB967. Grayscale: #3E3E3E. Windows color (decimal): -15710568 or 9979408. OLE color: 9979408.

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

Color convert

RGB 16 70 152 -
CMYK 0.89 0.54 0 0.40
HSL 216.18º 0.81% 0.33% -
HSV(B) 216.18º 0.89% 0.6% -
XYZ 8.07 6.76 30.58 -
YUV 63.2 178.11 94.33 -
System Red Green Blue C M Y K H S L
Decimal 16 70 152 0.89 0.54 0 0.40 216.18 0.81 0.33
Hex 10 46 98 59 36 0 28 D8 51 21
Octal 20 106 230 131 66 0 50 330 121 41
Binary 10000 1000110 10011000 1011001 110110 0 101000 11011000 1010001 100001

Color Harmonies of #104698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104698

Black with #104698

Text Example


Text Example

White with #104698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104698; }

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

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

background-color css

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

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

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

border-color css

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

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

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