#0A2475

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

Shades of Sapphire #0A2475

Tints of Sapphire #0A2475

Color information

#0A2475 (or 0x0A2475) is unknown color: approx Sapphire. HEX triplet: 0A, 24 and 75. RGB value is (10,36,117). Sum of RGB (Red+Green+Blue) = 10+36+117=163 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.13% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 117 (46.09% from 255 or 71.78% from 163); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A2475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2475 is #F5DB8A. Grayscale: #252525. Windows color (decimal): -16112523 or 7676938. OLE color: 7676938.

HSL color Cylindrical-coordinate representation of color #0A2475: hue angle of 225.42º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A2475 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1036117-
CMYK0.910.6900.54
HSL225.42º84.25%24.9%-
HSV(B)225.42º91.45%45.88%-
XYZ3.972.6117.12-
YUV37.46172.89108.41-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.13%
GREEN value IS 36 (14.45% from 255) = 22.09%
BLUE value IS 117 (46.09% from 255) = 71.78%
R=6.13%
G=22.09%
B=71.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10361170.910.6900.54225.4284.2524.9
HexA24755B45036e15419
Octal124416513310506634112431
Binary1010100100111010110110111000101011011011100001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,36,117); }

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

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

 a { background-color: rgb(10,36,117); }

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

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

 span { border-color: rgb(10,36,117); }

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