Html Css Color HEX #10499C Cobalt

📋 copy color: '#10499C'

red 16 ◦ green 73 ◦ blue 156

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

Shades of Cobalt #10499C

Tints of Cobalt #10499C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 63.67%

R = 6.53%
G = 29.8%
B = 63.67%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#10499C (or 0x10499C) is known color: Cobalt. HEX triplet: 10, 49 and 9C. RGB value is (16,73,156). Sum of RGB (Red+Green+Blue) = 16+73+156=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 156 (61.33% from 255 or 63.67% from 245); Max value from RGB is 156 - color contains mainly: blue. Hex color #10499C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10499C is #EFB663. Grayscale: #414141. Windows color (decimal): -15709796 or 10242320. OLE color: 10242320.

HSL color Cylindrical-coordinate representation of color #10499C: hue angle of 215.57º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10499C is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 16 73 156 -
CMYK 0.90 0.53 0 0.39
HSL 215.57º 0.81% 0.34% -
HSV(B) 215.57º 0.9% 0.61% -
XYZ 8.6 7.28 32.4 -
YUV 65.42 179.12 92.75 -
System Red Green Blue C M Y K H S L
Decimal 16 73 156 0.90 0.53 0 0.39 215.57 0.81 0.34
Hex 10 49 9C 5A 35 0 27 D8 51 22
Octal 20 111 234 132 65 0 47 330 121 42
Binary 10000 1001001 10011100 1011010 110101 0 100111 11011000 1010001 100010

Color Harmonies of #10499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10499C

Black with #10499C

Text Example


Text Example

White with #10499C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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