#01224F

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

Shades of Sapphire #01224F

Tints of Sapphire #01224F

Color information

#01224F (or 0x01224F) is unknown color: approx Sapphire. HEX triplet: 01, 22 and 4F. RGB value is (1,34,79). Sum of RGB (Red+Green+Blue) = 1+34+79=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 79 (31.25% from 255 or 69.30% from 114); Max value from RGB is 79 - color contains mainly: blue. Hex color #01224F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01224F is #FEDDB0. Grayscale: #1D1D1D. Windows color (decimal): -16702897 or 5186049. OLE color: 5186049.

HSL color Cylindrical-coordinate representation of color #01224F: hue angle of 214.62º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01224F is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB13479-
CMYK0.990.5700.69
HSL214.62º97.5%15.69%-
HSV(B)214.62º98.73%30.98%-
XYZ21.727.62-
YUV29.26156.07107.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 34 (13.67% from 255) = 29.82%
BLUE value IS 79 (31.25% from 255) = 69.30%
R=0.88%
G=29.82%
B=69.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal134790.990.5700.69214.6297.515.69
Hex1224F6339045d76210
Octal14211714371010532714220
Binary1100010100111111000111110010100010111010111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01224F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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