Html Css Color HEX #022559 Sapphire

📋 copy color: '#022559'

red 2 ◦ green 37 ◦ blue 89

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

Shades of Sapphire #022559

Tints of Sapphire #022559

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.91%

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

R = 1.56%
G = 28.91%
B = 69.53%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#022559 (or 0x022559) is known color: Sapphire. HEX triplet: 02, 25 and 59. RGB value is (2,37,89). Sum of RGB (Red+Green+Blue) = 2+37+89=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 89 (35.16% from 255 or 69.53% from 128); Max value from RGB is 89 - color contains mainly: blue. Hex color #022559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022559 is #FDDAA6. Grayscale: #202020. Windows color (decimal): -16636583 or 5842178. OLE color: 5842178.

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

Color convert

RGB 2 37 89 -
CMYK 0.98 0.58 0 0.65
HSL 215.86º 0.96% 0.18% -
HSV(B) 215.86º 0.98% 0.35% -
XYZ 2.49 2.06 9.72 -
YUV 32.46 159.9 106.27 -
System Red Green Blue C M Y K H S L
Decimal 2 37 89 0.98 0.58 0 0.65 215.86 0.96 0.18
Hex 2 25 59 62 3A 0 41 D8 60 12
Octal 2 45 131 142 72 0 101 330 140 22
Binary 10 100101 1011001 1100010 111010 0 1000001 11011000 1100000 10010

Color Harmonies of #022559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022559

Black with #022559

Text Example


Text Example

White with #022559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022559; }

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

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

background-color css

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

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

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

border-color css

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

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

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