#0A2772

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

Shades of Sapphire #0A2772

Tints of Sapphire #0A2772

Color information

#0A2772 (or 0x0A2772) is unknown color: approx Sapphire. HEX triplet: 0A, 27 and 72. RGB value is (10,39,114). Sum of RGB (Red+Green+Blue) = 10+39+114=163 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.13% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 114 (44.92% from 255 or 69.94% from 163); Max value from RGB is 114 - color contains mainly: blue. Hex color #0A2772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2772 is #F5D88D. Grayscale: #262626. Windows color (decimal): -16111758 or 7481098. OLE color: 7481098.

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

Color convert

RGB1039114-
CMYK0.910.6600.55
HSL223.27º83.87%24.31%-
HSV(B)223.27º91.23%44.71%-
XYZ3.892.7316.24-
YUV38.88170.39107.4-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.13%
GREEN value IS 39 (15.62% from 255) = 23.93%
BLUE value IS 114 (44.92% from 255) = 69.94%
R=6.13%
G=23.93%
B=69.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10391140.910.6600.55223.2783.8724.31
HexA27725B42037df5418
Octal124716213310206733712430
Binary1010100111111001010110111000010011011111011111101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,39,114); }

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

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

 a { background-color: rgb(10,39,114); }

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

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

 span { border-color: rgb(10,39,114); }

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