Html Css Color HEX #020E5A Sapphire

📋 copy color: '#020E5A'

red 2 ◦ green 14 ◦ blue 90

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

Shades of Sapphire #020E5A

Tints of Sapphire #020E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 84.91%

R = 1.89%
G = 13.21%
B = 84.91%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#020E5A (or 0x020E5A) is known color: Sapphire. HEX triplet: 02, 0E and 5A. RGB value is (2,14,90). Sum of RGB (Red+Green+Blue) = 2+14+90=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 14 (5.86% from 255 or 13.21% from 106); Blue value is 90 (35.55% from 255 or 84.91% from 106); Max value from RGB is 90 - color contains mainly: blue. Hex color #020E5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020E5A is #FDF1A5. Grayscale: #121212. Windows color (decimal): -16642470 or 5901826. OLE color: 5901826.

HSL color Cylindrical-coordinate representation of color #020E5A: hue angle of 231.82º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020E5A is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 2 14 90 -
CMYK 0.98 0.84 0 0.65
HSL 231.82º 0.96% 0.18% -
HSV(B) 231.82º 0.98% 0.35% -
XYZ 2.03 1.07 9.77 -
YUV 19.08 168.02 115.82 -
System Red Green Blue C M Y K H S L
Decimal 2 14 90 0.98 0.84 0 0.65 231.82 0.96 0.18
Hex 2 E 5A 62 54 0 41 E8 60 12
Octal 2 16 132 142 124 0 101 350 140 22
Binary 10 1110 1011010 1100010 1010100 0 1000001 11101000 1100000 10010

Color Harmonies of #020E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E5A

Black with #020E5A

Text Example


Text Example

White with #020E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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