#01227F

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

Shades of Sapphire #01227F

Tints of Sapphire #01227F

Color information

#01227F (or 0x01227F) is unknown color: approx Sapphire. HEX triplet: 01, 22 and 7F. RGB value is (1,34,127). Sum of RGB (Red+Green+Blue) = 1+34+127=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 127 (50% from 255 or 78.40% from 162); Max value from RGB is 127 - color contains mainly: blue. Hex color #01227F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01227F is #FEDD80. Grayscale: #222222. Windows color (decimal): -16702849 or 8331777. OLE color: 8331777.

HSL color Cylindrical-coordinate representation of color #01227F: hue angle of 224.29º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01227F is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB134127-
CMYK0.990.7300.50
HSL224.29º98.44%25.1%-
HSV(B)224.29º99.21%49.8%-
XYZ4.422.6820.36-
YUV34.74180.07103.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 34 (13.67% from 255) = 20.99%
BLUE value IS 127 (50% from 255) = 78.40%
R=0.62%
G=20.99%
B=78.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1341270.990.7300.50224.2998.4425.1
Hex1227F6349032e06219
Octal14217714311106234014231
Binary1100010111111111000111001001011001011100000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01227F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01227F; }

 p { color: rgb(1,34,127); }

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

<style>
 a { background-color: #01227F; }

 a { background-color: rgb(1,34,127); }

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

<style>
 span { border-color: #01227F; }

 span { border-color: rgb(1,34,127); }

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