Html Css Color HEX #10499B Cobalt

📋 copy color: '#10499B'

red 16 ◦ green 73 ◦ blue 155

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

Shades of Cobalt #10499B

Tints of Cobalt #10499B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 63.52%

R = 6.56%
G = 29.92%
B = 63.52%

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

#10499B (or 0x10499B) is known color: Cobalt. HEX triplet: 10, 49 and 9B. RGB value is (16,73,155). Sum of RGB (Red+Green+Blue) = 16+73+155=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 155 (60.94% from 255 or 63.52% from 244); Max value from RGB is 155 - color contains mainly: blue. Hex color #10499B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10499B is #EFB664. Grayscale: #404040. Windows color (decimal): -15709797 or 10176784. OLE color: 10176784.

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

Color convert

RGB 16 73 155 -
CMYK 0.90 0.53 0 0.39
HSL 215.4º 0.81% 0.34% -
HSV(B) 215.4º 0.9% 0.61% -
XYZ 8.51 7.24 31.96 -
YUV 65.31 178.62 92.83 -
System Red Green Blue C M Y K H S L
Decimal 16 73 155 0.90 0.53 0 0.39 215.4 0.81 0.34
Hex 10 49 9B 5A 35 0 27 D7 51 22
Octal 20 111 233 132 65 0 47 327 121 42
Binary 10000 1001001 10011011 1011010 110101 0 100111 11010111 1010001 100010

Color Harmonies of #10499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10499B

Black with #10499B

Text Example


Text Example

White with #10499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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