Html Css Color HEX #022149 Sapphire

📋 copy color: '#022149'

red 2 ◦ green 33 ◦ blue 73

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

Shades of Sapphire #022149

Tints of Sapphire #022149

RGB

 RED value IS 2 (1.17% from 255) = 1.85%

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

 BLUE value IS 73 (28.91% from 255) = 67.59%

R = 1.85%
G = 30.56%
B = 67.59%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#022149 (or 0x022149) is known color: Sapphire. HEX triplet: 02, 21 and 49. RGB value is (2,33,73). Sum of RGB (Red+Green+Blue) = 2+33+73=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 73 (28.91% from 255 or 67.59% from 108); Max value from RGB is 73 - color contains mainly: blue. Hex color #022149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022149 is #FDDEB6. Grayscale: #1C1C1C. Windows color (decimal): -16637623 or 4792578. OLE color: 4792578.

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

Color convert

RGB 2 33 73 -
CMYK 0.97 0.55 0 0.71
HSL 213.8º 0.95% 0.15% -
HSV(B) 213.8º 0.97% 0.29% -
XYZ 1.77 1.58 6.52 -
YUV 28.29 153.23 109.25 -
System Red Green Blue C M Y K H S L
Decimal 2 33 73 0.97 0.55 0 0.71 213.8 0.95 0.15
Hex 2 21 49 61 37 0 47 D6 5F F
Octal 2 41 111 141 67 0 107 326 137 17
Binary 10 100001 1001001 1100001 110111 0 1000111 11010110 1011111 1111

Color Harmonies of #022149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022149

Black with #022149

Text Example


Text Example

White with #022149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022149; }

 p { color: rgb(2,33,73); }

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

background-color css

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

 a { background-color: rgb(2,33,73); }

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

border-color css

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

 span { border-color: rgb(2,33,73); }

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