Html Css Color HEX #022659 Sapphire

📋 copy color: '#022659'

red 2 ◦ green 38 ◦ blue 89

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

Shades of Sapphire #022659

Tints of Sapphire #022659

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.46%

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

R = 1.55%
G = 29.46%
B = 68.99%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#022659 (or 0x022659) is known color: Sapphire. HEX triplet: 02, 26 and 59. RGB value is (2,38,89). Sum of RGB (Red+Green+Blue) = 2+38+89=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 89 (35.16% from 255 or 68.99% from 129); Max value from RGB is 89 - color contains mainly: blue. Hex color #022659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022659 is #FDD9A6. Grayscale: #202020. Windows color (decimal): -16636327 or 5842434. OLE color: 5842434.

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

Color convert

RGB 2 38 89 -
CMYK 0.98 0.57 0 0.65
HSL 215.17º 0.96% 0.18% -
HSV(B) 215.17º 0.98% 0.35% -
XYZ 2.52 2.12 9.73 -
YUV 33.05 159.57 105.85 -
System Red Green Blue C M Y K H S L
Decimal 2 38 89 0.98 0.57 0 0.65 215.17 0.96 0.18
Hex 2 26 59 62 39 0 41 D7 60 12
Octal 2 46 131 142 71 0 101 327 140 22
Binary 10 100110 1011001 1100010 111001 0 1000001 11010111 1100000 10010

Color Harmonies of #022659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022659

Black with #022659

Text Example


Text Example

White with #022659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022659; }

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

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

background-color css

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

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

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

border-color css

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

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

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