#01224C

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

Shades of Sapphire #01224C

Tints of Sapphire #01224C

Color information

#01224C (or 0x01224C) is unknown color: approx Sapphire. HEX triplet: 01, 22 and 4C. RGB value is (1,34,76). Sum of RGB (Red+Green+Blue) = 1+34+76=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 76 (30.08% from 255 or 68.47% from 111); Max value from RGB is 76 - color contains mainly: blue. Hex color #01224C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01224C is #FEDDB3. Grayscale: #1C1C1C. Windows color (decimal): -16702900 or 4989441. OLE color: 4989441.

HSL color Cylindrical-coordinate representation of color #01224C: hue angle of 213.6º 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 #01224C is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB13476-
CMYK0.990.5500.70
HSL213.6º97.4%15.1%-
HSV(B)213.6º98.68%29.8%-
XYZ1.891.677.06-
YUV28.92154.57108.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.90%
GREEN value IS 34 (13.67% from 255) = 30.63%
BLUE value IS 76 (30.08% from 255) = 68.47%
R=0.90%
G=30.63%
B=68.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal134760.990.5500.70213.697.415.1
Hex1224C6337046d661f
Octal14211414367010632614117
Binary110001010011001100011110111010001101101011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01224C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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