Html Css Color HEX #022183 Sapphire

📋 copy color: '#022183'

red 2 ◦ green 33 ◦ blue 131

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

Shades of Sapphire #022183

Tints of Sapphire #022183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 78.92%

R = 1.2%
G = 19.88%
B = 78.92%

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

#022183 (or 0x022183) is known color: Sapphire. HEX triplet: 02, 21 and 83. RGB value is (2,33,131). Sum of RGB (Red+Green+Blue) = 2+33+131=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 131 (51.56% from 255 or 78.92% from 166); Max value from RGB is 131 - color contains mainly: blue. Hex color #022183 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022183 is #FDDE7C. Grayscale: #222222. Windows color (decimal): -16637565 or 8593666. OLE color: 8593666.

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

Color convert

RGB 2 33 131 -
CMYK 0.98 0.75 0 0.49
HSL 225.58º 0.97% 0.26% -
HSV(B) 225.58º 0.98% 0.51% -
XYZ 4.67 2.74 21.76 -
YUV 34.9 182.23 104.53 -
System Red Green Blue C M Y K H S L
Decimal 2 33 131 0.98 0.75 0 0.49 225.58 0.97 0.26
Hex 2 21 83 62 4B 0 31 E2 61 1A
Octal 2 41 203 142 113 0 61 342 141 32
Binary 10 100001 10000011 1100010 1001011 0 110001 11100010 1100001 11010

Color Harmonies of #022183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022183

Black with #022183

Text Example


Text Example

White with #022183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022183; }

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

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

background-color css

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

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

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

border-color css

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

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

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