#01215F

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

Shades of Sapphire #01215F

Tints of Sapphire #01215F

Color information

#01215F (or 0x01215F) is unknown color: approx Sapphire. HEX triplet: 01, 21 and 5F. RGB value is (1,33,95). Sum of RGB (Red+Green+Blue) = 1+33+95=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 95 (37.5% from 255 or 73.64% from 129); Max value from RGB is 95 - color contains mainly: blue. Hex color #01215F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01215F is #FEDEA0. Grayscale: #1E1E1E. Windows color (decimal): -16703137 or 6234369. OLE color: 6234369.

HSL color Cylindrical-coordinate representation of color #01215F: hue angle of 219.57º 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 #01215F is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB13395-
CMYK0.990.6500.63
HSL219.57º97.92%18.82%-
HSV(B)219.57º98.95%37.25%-
XYZ2.621.9211.06-
YUV30.5164.4106.96-

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.58%
BLUE value IS 95 (37.5% from 255) = 73.64%
R=0.78%
G=25.58%
B=73.64%

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
Decimal133950.990.6500.63219.5797.9218.82
Hex1215F634103Fdc6213
Octal14113714310107733414223
Binary1100001101111111000111000001011111111011100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01215F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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