Html Css Color HEX #01217F Sapphire

📋 copy color: '#01217F'

red 1 ◦ green 33 ◦ blue 127

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

Shades of Sapphire #01217F

Tints of Sapphire #01217F

RGB

 RED value IS 1 (0.78% from 255) = 0.62%

 GREEN value IS 33 (13.28% from 255) = 20.5%

 BLUE value IS 127 (50% from 255) = 78.88%

R = 0.62%
G = 20.5%
B = 78.88%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#01217F (or 0x01217F) is known color: Sapphire. HEX triplet: 01, 21 and 7F. RGB value is (1,33,127). Sum of RGB (Red+Green+Blue) = 1+33+127=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 127 (50% from 255 or 78.88% from 161); Max value from RGB is 127 - color contains mainly: blue. Hex color #01217F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01217F is #FEDE80. Grayscale: #212121. Windows color (decimal): -16703105 or 8331521. OLE color: 8331521.

HSL color Cylindrical-coordinate representation of color #01217F: hue angle of 224.76º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01217F is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 33 127 -
CMYK 0.99 0.74 0 0.50
HSL 224.76º 0.98% 0.25% -
HSV(B) 224.76º 0.99% 0.5% -
XYZ 4.39 2.63 20.35 -
YUV 34.15 180.4 104.36 -
System Red Green Blue C M Y K H S L
Decimal 1 33 127 0.99 0.74 0 0.50 224.76 0.98 0.25
Hex 1 21 7F 63 4A 0 32 E1 62 19
Octal 1 41 177 143 112 0 62 341 142 31
Binary 1 100001 1111111 1100011 1001010 0 110010 11100001 1100010 11001

Color Harmonies of #01217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01217F

Black with #01217F

Text Example


Text Example

White with #01217F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01217F;
 }
 .AnyTagClassName
 {
   color: #01217F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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