Html Css Color HEX #022557 Sapphire

📋 copy color: '#022557'

red 2 ◦ green 37 ◦ blue 87

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

Shades of Sapphire #022557

Tints of Sapphire #022557

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.37%

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

R = 1.59%
G = 29.37%
B = 69.05%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#022557 (or 0x022557) is known color: Sapphire. HEX triplet: 02, 25 and 57. RGB value is (2,37,87). Sum of RGB (Red+Green+Blue) = 2+37+87=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 87 (34.38% from 255 or 69.05% from 126); Max value from RGB is 87 - color contains mainly: blue. Hex color #022557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022557 is #FDDAA8. Grayscale: #202020. Windows color (decimal): -16636585 or 5711106. OLE color: 5711106.

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

Color convert

RGB 2 37 87 -
CMYK 0.98 0.57 0 0.66
HSL 215.29º 0.96% 0.17% -
HSV(B) 215.29º 0.98% 0.34% -
XYZ 2.41 2.02 9.28 -
YUV 32.24 158.9 106.43 -
System Red Green Blue C M Y K H S L
Decimal 2 37 87 0.98 0.57 0 0.66 215.29 0.96 0.17
Hex 2 25 57 62 39 0 42 D7 60 11
Octal 2 45 127 142 71 0 102 327 140 21
Binary 10 100101 1010111 1100010 111001 0 1000010 11010111 1100000 10001

Color Harmonies of #022557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022557

Black with #022557

Text Example


Text Example

White with #022557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022557; }

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

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

background-color css

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

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

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

border-color css

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

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

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