Html Css Color HEX #022459 Sapphire

📋 copy color: '#022459'

red 2 ◦ green 36 ◦ blue 89

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

Shades of Sapphire #022459

Tints of Sapphire #022459

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.35%

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

R = 1.57%
G = 28.35%
B = 70.08%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#022459 (or 0x022459) is known color: Sapphire. HEX triplet: 02, 24 and 59. RGB value is (2,36,89). Sum of RGB (Red+Green+Blue) = 2+36+89=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 89 (35.16% from 255 or 70.08% from 127); Max value from RGB is 89 - color contains mainly: blue. Hex color #022459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022459 is #FDDBA6. Grayscale: #1F1F1F. Windows color (decimal): -16636839 or 5841922. OLE color: 5841922.

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

Color convert

RGB 2 36 89 -
CMYK 0.98 0.60 0 0.65
HSL 216.55º 0.96% 0.18% -
HSV(B) 216.55º 0.98% 0.35% -
XYZ 2.46 2 9.71 -
YUV 31.88 160.24 106.69 -
System Red Green Blue C M Y K H S L
Decimal 2 36 89 0.98 0.60 0 0.65 216.55 0.96 0.18
Hex 2 24 59 62 3C 0 41 D9 60 12
Octal 2 44 131 142 74 0 101 331 140 22
Binary 10 100100 1011001 1100010 111100 0 1000001 11011001 1100000 10010

Color Harmonies of #022459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022459

Black with #022459

Text Example


Text Example

White with #022459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022459; }

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

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

background-color css

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

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

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

border-color css

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

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

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