Html Css Color HEX #022359 Sapphire

📋 copy color: '#022359'

red 2 ◦ green 35 ◦ blue 89

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

Shades of Sapphire #022359

Tints of Sapphire #022359

RGB

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

 GREEN value IS 35 (14.06% from 255) = 27.78%

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

R = 1.59%
G = 27.78%
B = 70.63%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#022359 (or 0x022359) is known color: Sapphire. HEX triplet: 02, 23 and 59. RGB value is (2,35,89). Sum of RGB (Red+Green+Blue) = 2+35+89=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 89 (35.16% from 255 or 70.63% from 126); Max value from RGB is 89 - color contains mainly: blue. Hex color #022359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022359 is #FDDCA6. Grayscale: #1F1F1F. Windows color (decimal): -16637095 or 5841666. OLE color: 5841666.

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

Color convert

RGB 2 35 89 -
CMYK 0.98 0.61 0 0.65
HSL 217.24º 0.96% 0.18% -
HSV(B) 217.24º 0.98% 0.35% -
XYZ 2.43 1.94 9.7 -
YUV 31.29 160.57 107.11 -
System Red Green Blue C M Y K H S L
Decimal 2 35 89 0.98 0.61 0 0.65 217.24 0.96 0.18
Hex 2 23 59 62 3D 0 41 D9 60 12
Octal 2 43 131 142 75 0 101 331 140 22
Binary 10 100011 1011001 1100010 111101 0 1000001 11011001 1100000 10010

Color Harmonies of #022359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022359

Black with #022359

Text Example


Text Example

White with #022359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022359; }

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

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

background-color css

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

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

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

border-color css

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

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

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