Html Css Color HEX #020E4A Sapphire

📋 copy color: '#020E4A'

red 2 ◦ green 14 ◦ blue 74

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

Shades of Sapphire #020E4A

Tints of Sapphire #020E4A

RGB

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

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

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

R = 2.22%
G = 15.56%
B = 82.22%

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

#020E4A (or 0x020E4A) is known color: Sapphire. HEX triplet: 02, 0E and 4A. RGB value is (2,14,74). Sum of RGB (Red+Green+Blue) = 2+14+74=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 14 (5.86% from 255 or 15.56% from 90); Blue value is 74 (29.30% from 255 or 82.22% from 90); Max value from RGB is 74 - color contains mainly: blue. Hex color #020E4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020E4A is #FDF1B5. Grayscale: #111111. Windows color (decimal): -16642486 or 4853250. OLE color: 4853250.

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

Color convert

RGB 2 14 74 -
CMYK 0.97 0.81 0 0.71
HSL 230º 0.95% 0.15% -
HSV(B) 230º 0.97% 0.29% -
XYZ 1.42 0.82 6.56 -
YUV 17.25 160.02 117.12 -
System Red Green Blue C M Y K H S L
Decimal 2 14 74 0.97 0.81 0 0.71 230 0.95 0.15
Hex 2 E 4A 61 51 0 47 E6 5F F
Octal 2 16 112 141 121 0 107 346 137 17
Binary 10 1110 1001010 1100001 1010001 0 1000111 11100110 1011111 1111

Color Harmonies of #020E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E4A

Black with #020E4A

Text Example


Text Example

White with #020E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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