Html Css Color HEX #020E49 Sapphire

📋 copy color: '#020E49'

red 2 ◦ green 14 ◦ blue 73

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

Shades of Sapphire #020E49

Tints of Sapphire #020E49

RGB

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

 GREEN value IS 14 (5.86% from 255) = 15.73%

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

R = 2.25%
G = 15.73%
B = 82.02%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#020E49 (or 0x020E49) is known color: Sapphire. HEX triplet: 02, 0E and 49. RGB value is (2,14,73). Sum of RGB (Red+Green+Blue) = 2+14+73=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 14 (5.86% from 255 or 15.73% from 89); Blue value is 73 (28.91% from 255 or 82.02% from 89); Max value from RGB is 73 - color contains mainly: blue. Hex color #020E49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020E49 is #FDF1B6. Grayscale: #101010. Windows color (decimal): -16642487 or 4787714. OLE color: 4787714.

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

Color convert

RGB 2 14 73 -
CMYK 0.97 0.81 0 0.71
HSL 229.86º 0.95% 0.15% -
HSV(B) 229.86º 0.97% 0.29% -
XYZ 1.38 0.81 6.39 -
YUV 17.14 159.52 117.2 -
System Red Green Blue C M Y K H S L
Decimal 2 14 73 0.97 0.81 0 0.71 229.86 0.95 0.15
Hex 2 E 49 61 51 0 47 E6 5F F
Octal 2 16 111 141 121 0 107 346 137 17
Binary 10 1110 1001001 1100001 1010001 0 1000111 11100110 1011111 1111

Color Harmonies of #020E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E49

Black with #020E49

Text Example


Text Example

White with #020E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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