#0A227C

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

Shades of Sapphire #0A227C

Tints of Sapphire #0A227C

Color information

#0A227C (or 0x0A227C) is unknown color: approx Sapphire. HEX triplet: 0A, 22 and 7C. RGB value is (10,34,124). Sum of RGB (Red+Green+Blue) = 10+34+124=168 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.95% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 124 (48.83% from 255 or 73.81% from 168); Max value from RGB is 124 - color contains mainly: blue. Hex color #0A227C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A227C is #F5DD83. Grayscale: #242424. Windows color (decimal): -16113028 or 8135178. OLE color: 8135178.

HSL color Cylindrical-coordinate representation of color #0A227C: hue angle of 227.37º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A227C is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1034124-
CMYK0.920.7300.51
HSL227.37º85.07%26.27%-
HSV(B)227.37º91.94%48.63%-
XYZ4.342.6619.35-
YUV37.08177.05108.68-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.95%
GREEN value IS 34 (13.67% from 255) = 20.24%
BLUE value IS 124 (48.83% from 255) = 73.81%
R=5.95%
G=20.24%
B=73.81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10341240.920.7300.51227.3785.0726.27
HexA227C5C49033e3551a
Octal124217413411106334312532
Binary1010100010111110010111001001001011001111100011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A227C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,34,124); }

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

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

 a { background-color: rgb(10,34,124); }

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

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

 span { border-color: rgb(10,34,124); }

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