Html Css Color HEX #01214A Sapphire

📋 copy color: '#01214A'

red 1 ◦ green 33 ◦ blue 74

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

Shades of Sapphire #01214A

Tints of Sapphire #01214A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 68.52%

R = 0.93%
G = 30.56%
B = 68.52%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#01214A (or 0x01214A) is known color: Sapphire. HEX triplet: 01, 21 and 4A. RGB value is (1,33,74). Sum of RGB (Red+Green+Blue) = 1+33+74=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 74 (29.30% from 255 or 68.52% from 108); Max value from RGB is 74 - color contains mainly: blue. Hex color #01214A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01214A is #FEDEB5. Grayscale: #1B1B1B. Windows color (decimal): -16703158 or 4858113. OLE color: 4858113.

HSL color Cylindrical-coordinate representation of color #01214A: hue angle of 213.7º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01214A is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 33 74 -
CMYK 0.99 0.55 0 0.71
HSL 213.7º 0.97% 0.15% -
HSV(B) 213.7º 0.99% 0.29% -
XYZ 1.79 1.59 6.69 -
YUV 28.11 153.9 108.67 -
System Red Green Blue C M Y K H S L
Decimal 1 33 74 0.99 0.55 0 0.71 213.7 0.97 0.15
Hex 1 21 4A 63 37 0 47 D6 61 F
Octal 1 41 112 143 67 0 107 326 141 17
Binary 1 100001 1001010 1100011 110111 0 1000111 11010110 1100001 1111

Color Harmonies of #01214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01214A

Black with #01214A

Text Example


Text Example

White with #01214A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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