Html Css Color HEX #01217B Sapphire

📋 copy color: '#01217B'

red 1 ◦ green 33 ◦ blue 123

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

Shades of Sapphire #01217B

Tints of Sapphire #01217B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 78.34%

R = 0.64%
G = 21.02%
B = 78.34%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01217B (or 0x01217B) is known color: Sapphire. HEX triplet: 01, 21 and 7B. RGB value is (1,33,123). Sum of RGB (Red+Green+Blue) = 1+33+123=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 123 (48.44% from 255 or 78.34% from 157); Max value from RGB is 123 - color contains mainly: blue. Hex color #01217B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01217B is #FEDE84. Grayscale: #212121. Windows color (decimal): -16703109 or 8069377. OLE color: 8069377.

HSL color Cylindrical-coordinate representation of color #01217B: hue angle of 224.26º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01217B is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 33 123 -
CMYK 0.99 0.73 0 0.52
HSL 224.26º 0.98% 0.24% -
HSV(B) 224.26º 0.99% 0.48% -
XYZ 4.13 2.52 19.01 -
YUV 33.69 178.4 104.68 -
System Red Green Blue C M Y K H S L
Decimal 1 33 123 0.99 0.73 0 0.52 224.26 0.98 0.24
Hex 1 21 7B 63 49 0 34 E0 62 18
Octal 1 41 173 143 111 0 64 340 142 30
Binary 1 100001 1111011 1100011 1001001 0 110100 11100000 1100010 11000

Color Harmonies of #01217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01217B

Black with #01217B

Text Example


Text Example

White with #01217B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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