#10499B

Color #10499B Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #10499B

Tints of Cobalt #10499B

Color information

#10499B (or 0x10499B) is unknown color: approx 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

RGB1673155-
CMYK0.900.5300.39
HSL215.4º81.29%33.53%-
HSV(B)215.4º89.68%60.78%-
XYZ8.517.2431.96-
YUV65.31178.6292.83-

RGB Variations

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

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 (Cyan) values IS 0.90
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal16731550.900.5300.39215.481.2933.53
Hex10499B5A35027d75122
Octal201112331326504732712142
Binary1000010010011001101110110101101010100111110101111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>