Html Css Color HEX #022259 Sapphire

📋 copy color: '#022259'

red 2 ◦ green 34 ◦ blue 89

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

Shades of Sapphire #022259

Tints of Sapphire #022259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 71.2%

R = 1.6%
G = 27.2%
B = 71.2%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#022259 (or 0x022259) is known color: Sapphire. HEX triplet: 02, 22 and 59. RGB value is (2,34,89). Sum of RGB (Red+Green+Blue) = 2+34+89=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 89 (35.16% from 255 or 71.2% from 125); Max value from RGB is 89 - color contains mainly: blue. Hex color #022259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022259 is #FDDDA6. Grayscale: #1E1E1E. Windows color (decimal): -16637351 or 5841410. OLE color: 5841410.

HSL color Cylindrical-coordinate representation of color #022259: hue angle of 217.93º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022259 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 2 34 89 -
CMYK 0.98 0.62 0 0.65
HSL 217.93º 0.96% 0.18% -
HSV(B) 217.93º 0.98% 0.35% -
XYZ 2.4 1.88 9.69 -
YUV 30.7 160.9 107.53 -
System Red Green Blue C M Y K H S L
Decimal 2 34 89 0.98 0.62 0 0.65 217.93 0.96 0.18
Hex 2 22 59 62 3E 0 41 DA 60 12
Octal 2 42 131 142 76 0 101 332 140 22
Binary 10 100010 1011001 1100010 111110 0 1000001 11011010 1100000 10010

Color Harmonies of #022259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022259

Black with #022259

Text Example


Text Example

White with #022259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022259; }

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

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

background-color css

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

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

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

border-color css

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

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

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