Html Css Color HEX #022175 Sapphire

📋 copy color: '#022175'

red 2 ◦ green 33 ◦ blue 117

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

Shades of Sapphire #022175

Tints of Sapphire #022175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 76.97%

R = 1.32%
G = 21.71%
B = 76.97%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#022175 (or 0x022175) is known color: Sapphire. HEX triplet: 02, 21 and 75. RGB value is (2,33,117). Sum of RGB (Red+Green+Blue) = 2+33+117=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 117 (46.09% from 255 or 76.97% from 152); Max value from RGB is 117 - color contains mainly: blue. Hex color #022175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022175 is #FDDE8A. Grayscale: #202020. Windows color (decimal): -16637579 or 7676162. OLE color: 7676162.

HSL color Cylindrical-coordinate representation of color #022175: hue angle of 223.83º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022175 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 33 117 -
CMYK 0.98 0.72 0 0.54
HSL 223.83º 0.97% 0.23% -
HSV(B) 223.83º 0.98% 0.46% -
XYZ 3.78 2.38 17.09 -
YUV 33.31 175.23 105.67 -
System Red Green Blue C M Y K H S L
Decimal 2 33 117 0.98 0.72 0 0.54 223.83 0.97 0.23
Hex 2 21 75 62 48 0 36 E0 61 17
Octal 2 41 165 142 110 0 66 340 141 27
Binary 10 100001 1110101 1100010 1001000 0 110110 11100000 1100001 10111

Color Harmonies of #022175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022175

Black with #022175

Text Example


Text Example

White with #022175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022175; }

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

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

background-color css

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

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

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

border-color css

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

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

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