Html Css Color HEX #01216D Sapphire

📋 copy color: '#01216D'

red 1 ◦ green 33 ◦ blue 109

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

Shades of Sapphire #01216D

Tints of Sapphire #01216D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 76.22%

R = 0.7%
G = 23.08%
B = 76.22%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01216D (or 0x01216D) is known color: Sapphire. HEX triplet: 01, 21 and 6D. RGB value is (1,33,109). Sum of RGB (Red+Green+Blue) = 1+33+109=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 109 (42.97% from 255 or 76.22% from 143); Max value from RGB is 109 - color contains mainly: blue. Hex color #01216D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01216D is #FEDE92. Grayscale: #1F1F1F. Windows color (decimal): -16703123 or 7151873. OLE color: 7151873.

HSL color Cylindrical-coordinate representation of color #01216D: hue angle of 222.22º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01216D is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 33 109 -
CMYK 0.99 0.70 0 0.57
HSL 222.22º 0.98% 0.22% -
HSV(B) 222.22º 0.99% 0.43% -
XYZ 3.32 2.2 14.72 -
YUV 32.1 171.4 105.82 -
System Red Green Blue C M Y K H S L
Decimal 1 33 109 0.99 0.70 0 0.57 222.22 0.98 0.22
Hex 1 21 6D 63 46 0 39 DE 62 16
Octal 1 41 155 143 106 0 71 336 142 26
Binary 1 100001 1101101 1100011 1000110 0 111001 11011110 1100010 10110

Color Harmonies of #01216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01216D

Black with #01216D

Text Example


Text Example

White with #01216D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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