Html Css Color HEX #01217D Sapphire

📋 copy color: '#01217D'

red 1 ◦ green 33 ◦ blue 125

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

Shades of Sapphire #01217D

Tints of Sapphire #01217D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 78.62%

R = 0.63%
G = 20.75%
B = 78.62%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01217D (or 0x01217D) is known color: Sapphire. HEX triplet: 01, 21 and 7D. RGB value is (1,33,125). Sum of RGB (Red+Green+Blue) = 1+33+125=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 125 (49.22% from 255 or 78.62% from 159); Max value from RGB is 125 - color contains mainly: blue. Hex color #01217D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01217D is #FEDE82. Grayscale: #212121. Windows color (decimal): -16703107 or 8200449. OLE color: 8200449.

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

Color convert

RGB 1 33 125 -
CMYK 0.99 0.74 0 0.51
HSL 224.52º 0.98% 0.25% -
HSV(B) 224.52º 0.99% 0.49% -
XYZ 4.26 2.57 19.67 -
YUV 33.92 179.4 104.52 -
System Red Green Blue C M Y K H S L
Decimal 1 33 125 0.99 0.74 0 0.51 224.52 0.98 0.25
Hex 1 21 7D 63 4A 0 33 E1 62 19
Octal 1 41 175 143 112 0 63 341 142 31
Binary 1 100001 1111101 1100011 1001010 0 110011 11100001 1100010 11001

Color Harmonies of #01217D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01217D

Black with #01217D

Text Example


Text Example

White with #01217D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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