Html Css Color HEX #022055 Sapphire

📋 copy color: '#022055'

red 2 ◦ green 32 ◦ blue 85

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

Shades of Sapphire #022055

Tints of Sapphire #022055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 71.43%

R = 1.68%
G = 26.89%
B = 71.43%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#022055 (or 0x022055) is known color: Sapphire. HEX triplet: 02, 20 and 55. RGB value is (2,32,85). Sum of RGB (Red+Green+Blue) = 2+32+85=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 85 (33.59% from 255 or 71.43% from 119); Max value from RGB is 85 - color contains mainly: blue. Hex color #022055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022055 is #FDDFAA. Grayscale: #1C1C1C. Windows color (decimal): -16637867 or 5578754. OLE color: 5578754.

HSL color Cylindrical-coordinate representation of color #022055: hue angle of 218.31º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022055 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 32 85 -
CMYK 0.98 0.62 0 0.67
HSL 218.31º 0.95% 0.17% -
HSV(B) 218.31º 0.98% 0.33% -
XYZ 2.18 1.7 8.81 -
YUV 29.07 159.56 108.69 -
System Red Green Blue C M Y K H S L
Decimal 2 32 85 0.98 0.62 0 0.67 218.31 0.95 0.17
Hex 2 20 55 62 3E 0 43 DA 5F 11
Octal 2 40 125 142 76 0 103 332 137 21
Binary 10 100000 1010101 1100010 111110 0 1000011 11011010 1011111 10001

Color Harmonies of #022055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022055

Black with #022055

Text Example


Text Example

White with #022055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022055; }

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

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

background-color css

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

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

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

border-color css

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

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

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