Html Css Color HEX #021157 Sapphire

📋 copy color: '#021157'

red 2 ◦ green 17 ◦ blue 87

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

Shades of Sapphire #021157

Tints of Sapphire #021157

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.04%

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

R = 1.89%
G = 16.04%
B = 82.08%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#021157 (or 0x021157) is known color: Sapphire. HEX triplet: 02, 11 and 57. RGB value is (2,17,87). Sum of RGB (Red+Green+Blue) = 2+17+87=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 87 (34.38% from 255 or 82.08% from 106); Max value from RGB is 87 - color contains mainly: blue. Hex color #021157 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021157 is #FDEEA8. Grayscale: #141414. Windows color (decimal): -16641705 or 5705986. OLE color: 5705986.

HSL color Cylindrical-coordinate representation of color #021157: hue angle of 229.41º 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 #021157 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 2 17 87 -
CMYK 0.98 0.80 0 0.66
HSL 229.41º 0.96% 0.17% -
HSV(B) 229.41º 0.98% 0.34% -
XYZ 1.95 1.1 9.13 -
YUV 20.5 165.53 114.81 -
System Red Green Blue C M Y K H S L
Decimal 2 17 87 0.98 0.80 0 0.66 229.41 0.96 0.17
Hex 2 11 57 62 50 0 42 E5 60 11
Octal 2 21 127 142 120 0 102 345 140 21
Binary 10 10001 1010111 1100010 1010000 0 1000010 11100101 1100000 10001

Color Harmonies of #021157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021157

Black with #021157

Text Example


Text Example

White with #021157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021157; }

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

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

background-color css

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

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

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

border-color css

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

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

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