#0A255D

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

Shades of Sapphire #0A255D

Tints of Sapphire #0A255D

Color information

#0A255D (or 0x0A255D) is unknown color: approx Sapphire. HEX triplet: 0A, 25 and 5D. RGB value is (10,37,93). Sum of RGB (Red+Green+Blue) = 10+37+93=140 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.14% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 93 (36.72% from 255 or 66.43% from 140); Max value from RGB is 93 - color contains mainly: blue. Hex color #0A255D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A255D is #F5DAA2. Grayscale: #232323. Windows color (decimal): -16112291 or 6104330. OLE color: 6104330.

HSL color Cylindrical-coordinate representation of color #0A255D: hue angle of 220.48º 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 #0A255D is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB103793-
CMYK0.890.6000.64
HSL220.48º80.58%20.2%-
HSV(B)220.48º89.25%36.47%-
XYZ2.762.1810.63-
YUV35.31160.55109.95-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.14%
GREEN value IS 37 (14.84% from 255) = 26.43%
BLUE value IS 93 (36.72% from 255) = 66.43%
R=7.14%
G=26.43%
B=66.43%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1037930.890.6000.64220.4880.5820.2
HexA255D593C040dc5114
Octal124513513174010033412124
Binary1010100101101110110110011111000100000011011100101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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