#0A3272

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

Shades of Sapphire #0A3272

Tints of Sapphire #0A3272

Color information

#0A3272 (or 0x0A3272) is unknown color: approx Sapphire. HEX triplet: 0A, 32 and 72. RGB value is (10,50,114). Sum of RGB (Red+Green+Blue) = 10+50+114=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 114 (44.92% from 255 or 65.52% from 174); Max value from RGB is 114 - color contains mainly: blue. Hex color #0A3272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3272 is #F5CD8D. Grayscale: #2D2D2D. Windows color (decimal): -16108942 or 7483914. OLE color: 7483914.

HSL color Cylindrical-coordinate representation of color #0A3272: hue angle of 216.92º 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 #0A3272 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1050114-
CMYK0.910.5600.55
HSL216.92º83.87%24.31%-
HSV(B)216.92º91.23%44.71%-
XYZ4.33.5616.38-
YUV45.34166.75102.8-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.75%
GREEN value IS 50 (19.92% from 255) = 28.74%
BLUE value IS 114 (44.92% from 255) = 65.52%
R=5.75%
G=28.74%
B=65.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10501140.910.5600.55216.9283.8724.31
HexA32725B38037d95418
Octal12621621337006733112430
Binary101011001011100101011011111000011011111011001101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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