Html Css Color HEX #020E5D Sapphire

📋 copy color: '#020E5D'

red 2 ◦ green 14 ◦ blue 93

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

Shades of Sapphire #020E5D

Tints of Sapphire #020E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 85.32%

R = 1.83%
G = 12.84%
B = 85.32%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#020E5D (or 0x020E5D) is known color: Sapphire. HEX triplet: 02, 0E and 5D. RGB value is (2,14,93). Sum of RGB (Red+Green+Blue) = 2+14+93=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 14 (5.86% from 255 or 12.84% from 109); Blue value is 93 (36.72% from 255 or 85.32% from 109); Max value from RGB is 93 - color contains mainly: blue. Hex color #020E5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020E5D is #FDF1A2. Grayscale: #131313. Windows color (decimal): -16642467 or 6098434. OLE color: 6098434.

HSL color Cylindrical-coordinate representation of color #020E5D: hue angle of 232.09º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020E5D is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 14 93 -
CMYK 0.98 0.85 0 0.64
HSL 232.09º 0.96% 0.19% -
HSV(B) 232.09º 0.98% 0.36% -
XYZ 2.16 1.12 10.46 -
YUV 19.42 169.52 115.58 -
System Red Green Blue C M Y K H S L
Decimal 2 14 93 0.98 0.85 0 0.64 232.09 0.96 0.19
Hex 2 E 5D 62 55 0 40 E8 60 13
Octal 2 16 135 142 125 0 100 350 140 23
Binary 10 1110 1011101 1100010 1010101 0 1000000 11101000 1100000 10011

Color Harmonies of #020E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E5D

Black with #020E5D

Text Example


Text Example

White with #020E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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