#0A2870

Color #0A2870 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #0A2870

Tints of Sapphire #0A2870

Color information

#0A2870 (or 0x0A2870) is unknown color: approx Sapphire. HEX triplet: 0A, 28 and 70. RGB value is (10,40,112). Sum of RGB (Red+Green+Blue) = 10+40+112=162 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.17% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 112 (44.14% from 255 or 69.14% from 162); Max value from RGB is 112 - color contains mainly: blue. Hex color #0A2870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2870 is #F5D78F. Grayscale: #262626. Windows color (decimal): -16111504 or 7350282. OLE color: 7350282.

HSL color Cylindrical-coordinate representation of color #0A2870: hue angle of 222.35º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A2870 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1040112-
CMYK0.910.6400.56
HSL222.35º83.61%23.92%-
HSV(B)222.35º91.07%43.92%-
XYZ3.812.7515.66-
YUV39.24169.06107.15-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.17%
GREEN value IS 40 (16.02% from 255) = 24.69%
BLUE value IS 112 (44.14% from 255) = 69.14%
R=6.17%
G=24.69%
B=69.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10401120.910.6400.56222.3583.6123.92
HexA28705B40038de5418
Octal125016013310007033612430
Binary1010101000111000010110111000000011100011011110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A2870; }

 p { color: rgb(10,40,112); }

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

<style>
 a { background-color: #0A2870; }

 a { background-color: rgb(10,40,112); }

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

<style>
 span { border-color: #0A2870; }

 span { border-color: rgb(10,40,112); }

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