Html Css Color HEX #021449 Sapphire

📋 copy color: '#021449'

red 2 ◦ green 20 ◦ blue 73

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

Shades of Sapphire #021449

Tints of Sapphire #021449

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.05%

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

R = 2.11%
G = 21.05%
B = 76.84%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#021449 (or 0x021449) is known color: Sapphire. HEX triplet: 02, 14 and 49. RGB value is (2,20,73). Sum of RGB (Red+Green+Blue) = 2+20+73=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 73 (28.91% from 255 or 76.84% from 95); Max value from RGB is 73 - color contains mainly: blue. Hex color #021449 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021449 is #FDEBB6. Grayscale: #141414. Windows color (decimal): -16640951 or 4789250. OLE color: 4789250.

HSL color Cylindrical-coordinate representation of color #021449: hue angle of 224.79º 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 #021449 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 20 73 -
CMYK 0.97 0.73 0 0.71
HSL 224.79º 0.95% 0.15% -
HSV(B) 224.79º 0.97% 0.29% -
XYZ 1.48 0.99 6.42 -
YUV 20.66 157.54 114.69 -
System Red Green Blue C M Y K H S L
Decimal 2 20 73 0.97 0.73 0 0.71 224.79 0.95 0.15
Hex 2 14 49 61 49 0 47 E1 5F F
Octal 2 24 111 141 111 0 107 341 137 17
Binary 10 10100 1001001 1100001 1001001 0 1000111 11100001 1011111 1111

Color Harmonies of #021449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021449

Black with #021449

Text Example


Text Example

White with #021449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021449; }

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

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

background-color css

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

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

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

border-color css

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

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

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