Html Css Color HEX #022580 Sapphire

📋 copy color: '#022580'

red 2 ◦ green 37 ◦ blue 128

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

Shades of Sapphire #022580

Tints of Sapphire #022580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 76.65%

R = 1.2%
G = 22.16%
B = 76.65%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#022580 (or 0x022580) is known color: Sapphire. HEX triplet: 02, 25 and 80. RGB value is (2,37,128). Sum of RGB (Red+Green+Blue) = 2+37+128=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 128 (50.39% from 255 or 76.65% from 167); Max value from RGB is 128 - color contains mainly: blue. Hex color #022580 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022580 is #FDDA7F. Grayscale: #242424. Windows color (decimal): -16636544 or 8398082. OLE color: 8398082.

HSL color Cylindrical-coordinate representation of color #022580: hue angle of 223.33º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022580 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 2 37 128 -
CMYK 0.98 0.71 0 0.50
HSL 223.33º 0.97% 0.25% -
HSV(B) 223.33º 0.98% 0.5% -
XYZ 4.58 2.89 20.74 -
YUV 36.91 179.4 103.1 -
System Red Green Blue C M Y K H S L
Decimal 2 37 128 0.98 0.71 0 0.50 223.33 0.97 0.25
Hex 2 25 80 62 47 0 32 DF 61 19
Octal 2 45 200 142 107 0 62 337 141 31
Binary 10 100101 10000000 1100010 1000111 0 110010 11011111 1100001 11001

Color Harmonies of #022580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022580

Black with #022580

Text Example


Text Example

White with #022580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022580; }

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

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

background-color css

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

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

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

border-color css

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

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

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