#0A285D

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

Shades of Sapphire #0A285D

Tints of Sapphire #0A285D

Color information

#0A285D (or 0x0A285D) is unknown color: approx Sapphire. HEX triplet: 0A, 28 and 5D. RGB value is (10,40,93). Sum of RGB (Red+Green+Blue) = 10+40+93=143 (18% of max value = 765). Red value is 10 (4.30% from 255 or 6.99% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 93 (36.72% from 255 or 65.03% from 143); Max value from RGB is 93 - color contains mainly: blue. Hex color #0A285D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A285D is #F5D7A2. Grayscale: #242424. Windows color (decimal): -16111523 or 6105098. OLE color: 6105098.

HSL color Cylindrical-coordinate representation of color #0A285D: hue angle of 218.31º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A285D is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB104093-
CMYK0.890.5700.64
HSL218.31º80.58%20.2%-
HSV(B)218.31º89.25%36.47%-
XYZ2.862.3710.66-
YUV37.07159.56108.69-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.99%
GREEN value IS 40 (16.02% from 255) = 27.97%
BLUE value IS 93 (36.72% from 255) = 65.03%
R=6.99%
G=27.97%
B=65.03%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1040930.890.5700.64218.3180.5820.2
HexA285D5939040da5114
Octal125013513171010033212124
Binary1010101000101110110110011110010100000011011010101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A285D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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