Html Css Color HEX #022182 Sapphire

📋 copy color: '#022182'

red 2 ◦ green 33 ◦ blue 130

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

Shades of Sapphire #022182

Tints of Sapphire #022182

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20%

 BLUE value IS 130 (51.17% from 255) = 78.79%

R = 1.21%
G = 20%
B = 78.79%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#022182 (or 0x022182) is known color: Sapphire. HEX triplet: 02, 21 and 82. RGB value is (2,33,130). Sum of RGB (Red+Green+Blue) = 2+33+130=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 130 (51.17% from 255 or 78.79% from 165); Max value from RGB is 130 - color contains mainly: blue. Hex color #022182 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022182 is #FDDE7D. Grayscale: #222222. Windows color (decimal): -16637566 or 8528130. OLE color: 8528130.

HSL color Cylindrical-coordinate representation of color #022182: hue angle of 225.47º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022182 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 33 130 -
CMYK 0.98 0.75 0 0.49
HSL 225.47º 0.97% 0.26% -
HSV(B) 225.47º 0.98% 0.51% -
XYZ 4.6 2.71 21.4 -
YUV 34.79 181.73 104.61 -
System Red Green Blue C M Y K H S L
Decimal 2 33 130 0.98 0.75 0 0.49 225.47 0.97 0.26
Hex 2 21 82 62 4B 0 31 E1 61 1A
Octal 2 41 202 142 113 0 61 341 141 32
Binary 10 100001 10000010 1100010 1001011 0 110001 11100001 1100001 11010

Color Harmonies of #022182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022182

Black with #022182

Text Example


Text Example

White with #022182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022182; }

 p { color: rgb(2,33,130); }

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

background-color css

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

 a { background-color: rgb(2,33,130); }

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

border-color css

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

 span { border-color: rgb(2,33,130); }

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