Html Css Color HEX #022562 Sapphire

📋 copy color: '#022562'

red 2 ◦ green 37 ◦ blue 98

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

Shades of Sapphire #022562

Tints of Sapphire #022562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 71.53%

R = 1.46%
G = 27.01%
B = 71.53%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#022562 (or 0x022562) is known color: Sapphire. HEX triplet: 02, 25 and 62. RGB value is (2,37,98). Sum of RGB (Red+Green+Blue) = 2+37+98=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 98 (38.67% from 255 or 71.53% from 137); Max value from RGB is 98 - color contains mainly: blue. Hex color #022562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022562 is #FDDA9D. Grayscale: #212121. Windows color (decimal): -16636574 or 6432002. OLE color: 6432002.

HSL color Cylindrical-coordinate representation of color #022562: hue angle of 218.12º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022562 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 37 98 -
CMYK 0.98 0.62 0 0.62
HSL 218.13º 0.96% 0.2% -
HSV(B) 218.13º 0.98% 0.38% -
XYZ 2.89 2.22 11.83 -
YUV 33.49 164.4 105.54 -
System Red Green Blue C M Y K H S L
Decimal 2 37 98 0.98 0.62 0 0.62 218.13 0.96 0.2
Hex 2 25 62 62 3E 0 3E DA 60 14
Octal 2 45 142 142 76 0 76 332 140 24
Binary 10 100101 1100010 1100010 111110 0 111110 11011010 1100000 10100

Color Harmonies of #022562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022562

Black with #022562

Text Example


Text Example

White with #022562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022562; }

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

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

background-color css

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

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

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

border-color css

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

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

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