#10469F

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

Shades of Cobalt #10469F

Tints of Cobalt #10469F

Color information

#10469F (or 0x10469F) is unknown color: approx Cobalt. HEX triplet: 10, 46 and 9F. RGB value is (16,70,159). Sum of RGB (Red+Green+Blue) = 16+70+159=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 159 (62.5% from 255 or 64.90% from 245); Max value from RGB is 159 - color contains mainly: blue. Hex color #10469F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10469F is #EFB960. Grayscale: #3F3F3F. Windows color (decimal): -15710561 or 10438160. OLE color: 10438160.

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

Color convert

RGB1670159-
CMYK0.900.5600.38
HSL217.34º81.71%34.31%-
HSV(B)217.34º89.94%62.35%-
XYZ8.666.9933.69-
YUV64181.6193.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.53%
GREEN value IS 70 (27.73% from 255) = 28.57%
BLUE value IS 159 (62.5% from 255) = 64.90%
R=6.53%
G=28.57%
B=64.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal16701590.900.5600.38217.3481.7134.31
Hex10469F5A38026d95222
Octal201062371327004633112242
Binary1000010001101001111110110101110000100110110110011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10469F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #10469F;
 }
 .AnyTagClassName
 {
   color: #10469F;
 }
</style>
background-color css

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

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

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

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

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

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