#01224D

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

Shades of Sapphire #01224D

Tints of Sapphire #01224D

Color information

#01224D (or 0x01224D) is unknown color: approx Sapphire. HEX triplet: 01, 22 and 4D. RGB value is (1,34,77). Sum of RGB (Red+Green+Blue) = 1+34+77=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 77 (30.47% from 255 or 68.75% from 112); Max value from RGB is 77 - color contains mainly: blue. Hex color #01224D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01224D is #FEDDB2. Grayscale: #1C1C1C. Windows color (decimal): -16702899 or 5054977. OLE color: 5054977.

HSL color Cylindrical-coordinate representation of color #01224D: hue angle of 213.95º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01224D is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB13477-
CMYK0.990.5600.70
HSL213.95º97.44%15.29%-
HSV(B)213.95º98.7%30.2%-
XYZ1.921.697.25-
YUV29.03155.07108-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.89%
GREEN value IS 34 (13.67% from 255) = 30.36%
BLUE value IS 77 (30.47% from 255) = 68.75%
R=0.89%
G=30.36%
B=68.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal134770.990.5600.70213.9597.4415.29
Hex1224D6338046d661f
Octal14211514370010632614117
Binary110001010011011100011111000010001101101011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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