Html Css Color HEX #022065 Sapphire

📋 copy color: '#022065'

red 2 ◦ green 32 ◦ blue 101

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

Shades of Sapphire #022065

Tints of Sapphire #022065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 74.81%

R = 1.48%
G = 23.7%
B = 74.81%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#022065 (or 0x022065) is known color: Sapphire. HEX triplet: 02, 20 and 65. RGB value is (2,32,101). Sum of RGB (Red+Green+Blue) = 2+32+101=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 101 (39.84% from 255 or 74.81% from 135); Max value from RGB is 101 - color contains mainly: blue. Hex color #022065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022065 is #FDDF9A. Grayscale: #1E1E1E. Windows color (decimal): -16637851 or 6627330. OLE color: 6627330.

HSL color Cylindrical-coordinate representation of color #022065: hue angle of 221.82º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022065 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 2 32 101 -
CMYK 0.98 0.68 0 0.60
HSL 221.82º 0.96% 0.2% -
HSV(B) 221.82º 0.98% 0.4% -
XYZ 2.89 1.99 12.54 -
YUV 30.9 167.56 107.39 -
System Red Green Blue C M Y K H S L
Decimal 2 32 101 0.98 0.68 0 0.60 221.82 0.96 0.2
Hex 2 20 65 62 44 0 3C DE 60 14
Octal 2 40 145 142 104 0 74 336 140 24
Binary 10 100000 1100101 1100010 1000100 0 111100 11011110 1100000 10100

Color Harmonies of #022065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022065

Black with #022065

Text Example


Text Example

White with #022065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022065; }

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

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

background-color css

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

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

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

border-color css

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

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

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