Html Css Color HEX #020E57 Sapphire

📋 copy color: '#020E57'

red 2 ◦ green 14 ◦ blue 87

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

Shades of Sapphire #020E57

Tints of Sapphire #020E57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 84.47%

R = 1.94%
G = 13.59%
B = 84.47%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#020E57 (or 0x020E57) is known color: Sapphire. HEX triplet: 02, 0E and 57. RGB value is (2,14,87). Sum of RGB (Red+Green+Blue) = 2+14+87=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 14 (5.86% from 255 or 13.59% from 103); Blue value is 87 (34.38% from 255 or 84.47% from 103); Max value from RGB is 87 - color contains mainly: blue. Hex color #020E57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020E57 is #FDF1A8. Grayscale: #121212. Windows color (decimal): -16642473 or 5705218. OLE color: 5705218.

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

Color convert

RGB 2 14 87 -
CMYK 0.98 0.84 0 0.66
HSL 231.53º 0.96% 0.17% -
HSV(B) 231.53º 0.98% 0.34% -
XYZ 1.9 1.02 9.11 -
YUV 18.73 166.52 116.06 -
System Red Green Blue C M Y K H S L
Decimal 2 14 87 0.98 0.84 0 0.66 231.53 0.96 0.17
Hex 2 E 57 62 54 0 42 E8 60 11
Octal 2 16 127 142 124 0 102 350 140 21
Binary 10 1110 1010111 1100010 1010100 0 1000010 11101000 1100000 10001

Color Harmonies of #020E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E57

Black with #020E57

Text Example


Text Example

White with #020E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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