Html Css Color HEX #10499F Cobalt

📋 copy color: '#10499F'

red 16 ◦ green 73 ◦ blue 159

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

Shades of Cobalt #10499F

Tints of Cobalt #10499F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 64.11%

R = 6.45%
G = 29.44%
B = 64.11%

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

#10499F (or 0x10499F) is known color: Cobalt. HEX triplet: 10, 49 and 9F. RGB value is (16,73,159). Sum of RGB (Red+Green+Blue) = 16+73+159=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 159 (62.5% from 255 or 64.11% from 248); Max value from RGB is 159 - color contains mainly: blue. Hex color #10499F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10499F is #EFB660. Grayscale: #414141. Windows color (decimal): -15709793 or 10438928. OLE color: 10438928.

HSL color Cylindrical-coordinate representation of color #10499F: hue angle of 216.08º 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 #10499F is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 73 159 -
CMYK 0.90 0.54 0 0.38
HSL 216.08º 0.82% 0.34% -
HSV(B) 216.08º 0.9% 0.62% -
XYZ 8.85 7.38 33.76 -
YUV 65.76 180.62 92.51 -
System Red Green Blue C M Y K H S L
Decimal 16 73 159 0.90 0.54 0 0.38 216.08 0.82 0.34
Hex 10 49 9F 5A 36 0 26 D8 52 22
Octal 20 111 237 132 66 0 46 330 122 42
Binary 10000 1001001 10011111 1011010 110110 0 100110 11011000 1010010 100010

Color Harmonies of #10499F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10499F

Black with #10499F

Text Example


Text Example

White with #10499F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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