Html Css Color HEX #022263 Sapphire

📋 copy color: '#022263'

red 2 ◦ green 34 ◦ blue 99

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

Shades of Sapphire #022263

Tints of Sapphire #022263

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.19%

 BLUE value IS 99 (39.06% from 255) = 73.33%

R = 1.48%
G = 25.19%
B = 73.33%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#022263 (or 0x022263) is known color: Sapphire. HEX triplet: 02, 22 and 63. RGB value is (2,34,99). Sum of RGB (Red+Green+Blue) = 2+34+99=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 99 (39.06% from 255 or 73.33% from 135); Max value from RGB is 99 - color contains mainly: blue. Hex color #022263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022263 is #FDDD9C. Grayscale: #1F1F1F. Windows color (decimal): -16637341 or 6496770. OLE color: 6496770.

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

Color convert

RGB 2 34 99 -
CMYK 0.98 0.66 0 0.61
HSL 220.21º 0.96% 0.2% -
HSV(B) 220.21º 0.98% 0.39% -
XYZ 2.85 2.06 12.05 -
YUV 31.84 165.9 106.71 -
System Red Green Blue C M Y K H S L
Decimal 2 34 99 0.98 0.66 0 0.61 220.21 0.96 0.2
Hex 2 22 63 62 42 0 3D DC 60 14
Octal 2 42 143 142 102 0 75 334 140 24
Binary 10 100010 1100011 1100010 1000010 0 111101 11011100 1100000 10100

Color Harmonies of #022263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022263

Black with #022263

Text Example


Text Example

White with #022263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022263; }

 p { color: rgb(2,34,99); }

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

background-color css

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

 a { background-color: rgb(2,34,99); }

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

border-color css

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

 span { border-color: rgb(2,34,99); }

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