Html Css Color HEX #022057 Sapphire

📋 copy color: '#022057'

red 2 ◦ green 32 ◦ blue 87

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

Shades of Sapphire #022057

Tints of Sapphire #022057

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.45%

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

R = 1.65%
G = 26.45%
B = 71.9%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#022057 (or 0x022057) is known color: Sapphire. HEX triplet: 02, 20 and 57. RGB value is (2,32,87). Sum of RGB (Red+Green+Blue) = 2+32+87=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 87 (34.38% from 255 or 71.90% from 121); Max value from RGB is 87 - color contains mainly: blue. Hex color #022057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022057 is #FDDFA8. Grayscale: #1D1D1D. Windows color (decimal): -16637865 or 5709826. OLE color: 5709826.

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

Color convert

RGB 2 32 87 -
CMYK 0.98 0.63 0 0.66
HSL 218.82º 0.96% 0.17% -
HSV(B) 218.82º 0.98% 0.34% -
XYZ 2.26 1.73 9.23 -
YUV 29.3 160.56 108.53 -
System Red Green Blue C M Y K H S L
Decimal 2 32 87 0.98 0.63 0 0.66 218.82 0.96 0.17
Hex 2 20 57 62 3F 0 42 DB 60 11
Octal 2 40 127 142 77 0 102 333 140 21
Binary 10 100000 1010111 1100010 111111 0 1000010 11011011 1100000 10001

Color Harmonies of #022057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022057

Black with #022057

Text Example


Text Example

White with #022057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022057; }

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

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

background-color css

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

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

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

border-color css

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

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

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