#01215E

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

Shades of Sapphire #01215E

Tints of Sapphire #01215E

Color information

#01215E (or 0x01215E) is unknown color: approx Sapphire. HEX triplet: 01, 21 and 5E. RGB value is (1,33,94). Sum of RGB (Red+Green+Blue) = 1+33+94=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 94 (37.11% from 255 or 73.44% from 128); Max value from RGB is 94 - color contains mainly: blue. Hex color #01215E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01215E is #FEDEA1. Grayscale: #1E1E1E. Windows color (decimal): -16703138 or 6168833. OLE color: 6168833.

HSL color Cylindrical-coordinate representation of color #01215E: hue angle of 219.35º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01215E is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB13394-
CMYK0.990.6500.63
HSL219.35º97.89%18.63%-
HSV(B)219.35º98.94%36.86%-
XYZ2.581.910.82-
YUV30.39163.9107.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.78%
GREEN value IS 33 (13.28% from 255) = 25.78%
BLUE value IS 94 (37.11% from 255) = 73.44%
R=0.78%
G=25.78%
B=73.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal133940.990.6500.63219.3597.8918.63
Hex1215E634103Fdb6213
Octal14113614310107733314223
Binary1100001101111011000111000001011111111011011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01215E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01215E; }

 p { color: rgb(1,33,94); }

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

<style>
 a { background-color: #01215E; }

 a { background-color: rgb(1,33,94); }

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

<style>
 span { border-color: #01215E; }

 span { border-color: rgb(1,33,94); }

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