#10489F

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

Shades of Cobalt #10489F

Tints of Cobalt #10489F

Color information

#10489F (or 0x10489F) is unknown color: approx Cobalt. HEX triplet: 10, 48 and 9F. RGB value is (16,72,159). Sum of RGB (Red+Green+Blue) = 16+72+159=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 159 (62.5% from 255 or 64.37% from 247); Max value from RGB is 159 - color contains mainly: blue. Hex color #10489F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10489F is #EFB760. Grayscale: #404040. Windows color (decimal): -15710049 or 10438672. OLE color: 10438672.

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

Color convert

RGB1672159-
CMYK0.900.5500.38
HSL216.5º81.71%34.31%-
HSV(B)216.5º89.94%62.35%-
XYZ8.797.2533.74-
YUV65.17180.9592.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.48%
GREEN value IS 72 (28.52% from 255) = 29.15%
BLUE value IS 159 (62.5% from 255) = 64.37%
R=6.48%
G=29.15%
B=64.37%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal16721590.900.5500.38216.581.7134.31
Hex10489F5A37026d95222
Octal201102371326704633112242
Binary1000010010001001111110110101101110100110110110011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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