Html Css Color HEX #022574 Sapphire

📋 copy color: '#022574'

red 2 ◦ green 37 ◦ blue 116

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

Shades of Sapphire #022574

Tints of Sapphire #022574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 74.84%

R = 1.29%
G = 23.87%
B = 74.84%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#022574 (or 0x022574) is known color: Sapphire. HEX triplet: 02, 25 and 74. RGB value is (2,37,116). Sum of RGB (Red+Green+Blue) = 2+37+116=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 116 (45.70% from 255 or 74.84% from 155); Max value from RGB is 116 - color contains mainly: blue. Hex color #022574 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022574 is #FDDA8B. Grayscale: #232323. Windows color (decimal): -16636556 or 7611650. OLE color: 7611650.

HSL color Cylindrical-coordinate representation of color #022574: hue angle of 221.58º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022574 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 37 116 -
CMYK 0.98 0.68 0 0.55
HSL 221.58º 0.97% 0.23% -
HSV(B) 221.58º 0.98% 0.45% -
XYZ 3.84 2.6 16.82 -
YUV 35.54 173.4 104.08 -
System Red Green Blue C M Y K H S L
Decimal 2 37 116 0.98 0.68 0 0.55 221.58 0.97 0.23
Hex 2 25 74 62 44 0 37 DE 61 17
Octal 2 45 164 142 104 0 67 336 141 27
Binary 10 100101 1110100 1100010 1000100 0 110111 11011110 1100001 10111

Color Harmonies of #022574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022574

Black with #022574

Text Example


Text Example

White with #022574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022574; }

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

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

background-color css

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

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

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

border-color css

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

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

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