Html Css Color HEX #01215F Sapphire

📋 copy color: '#01215F'

red 1 ◦ green 33 ◦ blue 95

#01215F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #01215F

Tints of Sapphire #01215F

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 value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#01215F (or 0x01215F) is known color: 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

RGB 1 33 95 -
CMYK 0.99 0.65 0 0.63
HSL 219.57º 0.98% 0.19% -
HSV(B) 219.57º 0.99% 0.37% -
XYZ 2.62 1.92 11.06 -
YUV 30.5 164.4 106.96 -
System Red Green Blue C M Y K H S L
Decimal 1 33 95 0.99 0.65 0 0.63 219.57 0.98 0.19
Hex 1 21 5F 63 41 0 3F DC 62 13
Octal 1 41 137 143 101 0 77 334 142 23
Binary 1 100001 1011111 1100011 1000001 0 111111 11011100 1100010 10011

Color Harmonies of #01215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01215F

Black with #01215F

Text Example


Text Example

White with #01215F

Text Example


Text Example

HTML Codes & Css Web 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>