Html Css Color HEX #022257 Sapphire

📋 copy color: '#022257'

red 2 ◦ green 34 ◦ blue 87

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

Shades of Sapphire #022257

Tints of Sapphire #022257

RGB

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

 GREEN value IS 34 (13.67% from 255) = 27.64%

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

R = 1.63%
G = 27.64%
B = 70.73%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#022257 (or 0x022257) is known color: Sapphire. HEX triplet: 02, 22 and 57. RGB value is (2,34,87). Sum of RGB (Red+Green+Blue) = 2+34+87=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 87 (34.38% from 255 or 70.73% from 123); Max value from RGB is 87 - color contains mainly: blue. Hex color #022257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022257 is #FDDDA8. Grayscale: #1E1E1E. Windows color (decimal): -16637353 or 5710338. OLE color: 5710338.

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

Color convert

RGB 2 34 87 -
CMYK 0.98 0.61 0 0.66
HSL 217.41º 0.96% 0.17% -
HSV(B) 217.41º 0.98% 0.34% -
XYZ 2.32 1.85 9.25 -
YUV 30.47 159.9 107.69 -
System Red Green Blue C M Y K H S L
Decimal 2 34 87 0.98 0.61 0 0.66 217.41 0.96 0.17
Hex 2 22 57 62 3D 0 42 D9 60 11
Octal 2 42 127 142 75 0 102 331 140 21
Binary 10 100010 1010111 1100010 111101 0 1000010 11011001 1100000 10001

Color Harmonies of #022257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022257

Black with #022257

Text Example


Text Example

White with #022257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022257; }

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

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

background-color css

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

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

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

border-color css

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

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

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