Html Css Color HEX #10499E Cobalt

📋 copy color: '#10499E'

red 16 ◦ green 73 ◦ blue 158

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

Shades of Cobalt #10499E

Tints of Cobalt #10499E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 63.97%

R = 6.48%
G = 29.55%
B = 63.97%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10499E (or 0x10499E) is known color: Cobalt. HEX triplet: 10, 49 and 9E. RGB value is (16,73,158). Sum of RGB (Red+Green+Blue) = 16+73+158=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 158 (62.11% from 255 or 63.97% from 247); Max value from RGB is 158 - color contains mainly: blue. Hex color #10499E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10499E is #EFB661. Grayscale: #414141. Windows color (decimal): -15709794 or 10373392. OLE color: 10373392.

HSL color Cylindrical-coordinate representation of color #10499E: hue angle of 215.92º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10499E is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 73 158 -
CMYK 0.90 0.54 0 0.38
HSL 215.92º 0.82% 0.34% -
HSV(B) 215.92º 0.9% 0.62% -
XYZ 8.77 7.34 33.3 -
YUV 65.65 180.12 92.59 -
System Red Green Blue C M Y K H S L
Decimal 16 73 158 0.90 0.54 0 0.38 215.92 0.82 0.34
Hex 10 49 9E 5A 36 0 26 D8 52 22
Octal 20 111 236 132 66 0 46 330 122 42
Binary 10000 1001001 10011110 1011010 110110 0 100110 11011000 1010010 100010

Color Harmonies of #10499E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10499E

Black with #10499E

Text Example


Text Example

White with #10499E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10499E; }

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

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

background-color css

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

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

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

border-color css

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

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

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