Html Css Color HEX #022471 Sapphire

📋 copy color: '#022471'

red 2 ◦ green 36 ◦ blue 113

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

Shades of Sapphire #022471

Tints of Sapphire #022471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 74.83%

R = 1.32%
G = 23.84%
B = 74.83%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#022471 (or 0x022471) is known color: Sapphire. HEX triplet: 02, 24 and 71. RGB value is (2,36,113). Sum of RGB (Red+Green+Blue) = 2+36+113=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 113 (44.53% from 255 or 74.83% from 151); Max value from RGB is 113 - color contains mainly: blue. Hex color #022471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022471 is #FDDB8E. Grayscale: #222222. Windows color (decimal): -16636815 or 7414786. OLE color: 7414786.

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

Color convert

RGB 2 36 113 -
CMYK 0.98 0.68 0 0.56
HSL 221.62º 0.97% 0.23% -
HSV(B) 221.62º 0.98% 0.44% -
XYZ 3.64 2.47 15.91 -
YUV 34.61 172.24 104.74 -
System Red Green Blue C M Y K H S L
Decimal 2 36 113 0.98 0.68 0 0.56 221.62 0.97 0.23
Hex 2 24 71 62 44 0 38 DE 61 17
Octal 2 44 161 142 104 0 70 336 141 27
Binary 10 100100 1110001 1100010 1000100 0 111000 11011110 1100001 10111

Color Harmonies of #022471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022471

Black with #022471

Text Example


Text Example

White with #022471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022471; }

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

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

background-color css

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

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

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

border-color css

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

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

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