Html Css Color HEX #01214F Sapphire

📋 copy color: '#01214F'

red 1 ◦ green 33 ◦ blue 79

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

Shades of Sapphire #01214F

Tints of Sapphire #01214F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 69.91%

R = 0.88%
G = 29.2%
B = 69.91%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01214F (or 0x01214F) is known color: Sapphire. HEX triplet: 01, 21 and 4F. RGB value is (1,33,79). Sum of RGB (Red+Green+Blue) = 1+33+79=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 79 (31.25% from 255 or 69.91% from 113); Max value from RGB is 79 - color contains mainly: blue. Hex color #01214F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01214F is #FEDEB0. Grayscale: #1C1C1C. Windows color (decimal): -16703153 or 5185793. OLE color: 5185793.

HSL color Cylindrical-coordinate representation of color #01214F: hue angle of 215.38º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01214F is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 33 79 -
CMYK 0.99 0.58 0 0.69
HSL 215.38º 0.98% 0.16% -
HSV(B) 215.38º 0.99% 0.31% -
XYZ 1.97 1.66 7.61 -
YUV 28.68 156.4 108.26 -
System Red Green Blue C M Y K H S L
Decimal 1 33 79 0.99 0.58 0 0.69 215.38 0.98 0.16
Hex 1 21 4F 63 3A 0 45 D7 62 10
Octal 1 41 117 143 72 0 105 327 142 20
Binary 1 100001 1001111 1100011 111010 0 1000101 11010111 1100010 10000

Color Harmonies of #01214F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01214F

Black with #01214F

Text Example


Text Example

White with #01214F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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