Html Css Color HEX #022075 Sapphire

📋 copy color: '#022075'

red 2 ◦ green 32 ◦ blue 117

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

Shades of Sapphire #022075

Tints of Sapphire #022075

RGB

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

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

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

R = 1.32%
G = 21.19%
B = 77.48%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#022075 (or 0x022075) is known color: Sapphire. HEX triplet: 02, 20 and 75. RGB value is (2,32,117). Sum of RGB (Red+Green+Blue) = 2+32+117=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 117 (46.09% from 255 or 77.48% from 151); Max value from RGB is 117 - color contains mainly: blue. Hex color #022075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022075 is #FDDF8A. Grayscale: #202020. Windows color (decimal): -16637835 or 7675906. OLE color: 7675906.

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

Color convert

RGB 2 32 117 -
CMYK 0.98 0.73 0 0.54
HSL 224.35º 0.97% 0.23% -
HSV(B) 224.35º 0.98% 0.46% -
XYZ 3.75 2.33 17.08 -
YUV 32.72 175.56 106.09 -
System Red Green Blue C M Y K H S L
Decimal 2 32 117 0.98 0.73 0 0.54 224.35 0.97 0.23
Hex 2 20 75 62 49 0 36 E0 61 17
Octal 2 40 165 142 111 0 66 340 141 27
Binary 10 100000 1110101 1100010 1001001 0 110110 11100000 1100001 10111

Color Harmonies of #022075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022075

Black with #022075

Text Example


Text Example

White with #022075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022075; }

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

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

background-color css

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

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

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

border-color css

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

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

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