Html Css Color HEX #022062 Sapphire

📋 copy color: '#022062'

red 2 ◦ green 32 ◦ blue 98

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

Shades of Sapphire #022062

Tints of Sapphire #022062

RGB

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

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

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

R = 1.52%
G = 24.24%
B = 74.24%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#022062 (or 0x022062) is known color: Sapphire. HEX triplet: 02, 20 and 62. RGB value is (2,32,98). Sum of RGB (Red+Green+Blue) = 2+32+98=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 98 (38.67% from 255 or 74.24% from 132); Max value from RGB is 98 - color contains mainly: blue. Hex color #022062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022062 is #FDDF9D. Grayscale: #1E1E1E. Windows color (decimal): -16637854 or 6430722. OLE color: 6430722.

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

Color convert

RGB 2 32 98 -
CMYK 0.98 0.67 0 0.62
HSL 221.25º 0.96% 0.2% -
HSV(B) 221.25º 0.98% 0.38% -
XYZ 2.75 1.93 11.78 -
YUV 30.55 166.06 107.63 -
System Red Green Blue C M Y K H S L
Decimal 2 32 98 0.98 0.67 0 0.62 221.25 0.96 0.2
Hex 2 20 62 62 43 0 3E DD 60 14
Octal 2 40 142 142 103 0 76 335 140 24
Binary 10 100000 1100010 1100010 1000011 0 111110 11011101 1100000 10100

Color Harmonies of #022062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022062

Black with #022062

Text Example


Text Example

White with #022062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022062; }

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

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

background-color css

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

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

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

border-color css

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

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

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