#01227C

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

Shades of Sapphire #01227C

Tints of Sapphire #01227C

Color information

#01227C (or 0x01227C) is unknown color: approx Sapphire. HEX triplet: 01, 22 and 7C. RGB value is (1,34,124). Sum of RGB (Red+Green+Blue) = 1+34+124=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 124 (48.83% from 255 or 77.99% from 159); Max value from RGB is 124 - color contains mainly: blue. Hex color #01227C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01227C is #FEDD83. Grayscale: #222222. Windows color (decimal): -16702852 or 8135169. OLE color: 8135169.

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

Color convert

RGB134124-
CMYK0.990.7300.51
HSL223.9º98.4%24.51%-
HSV(B)223.9º99.19%48.63%-
XYZ4.222.6119.35-
YUV34.39178.57104.18-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.63%
GREEN value IS 34 (13.67% from 255) = 21.38%
BLUE value IS 124 (48.83% from 255) = 77.99%
R=0.63%
G=21.38%
B=77.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1341240.990.7300.51223.998.424.51
Hex1227C6349033e06219
Octal14217414311106334014231
Binary1100010111110011000111001001011001111100000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01227C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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