Html Css Color HEX #022671 Sapphire

📋 copy color: '#022671'

red 2 ◦ green 38 ◦ blue 113

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

Shades of Sapphire #022671

Tints of Sapphire #022671

RGB

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

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

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

R = 1.31%
G = 24.84%
B = 73.86%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#022671 (or 0x022671) is known color: Sapphire. HEX triplet: 02, 26 and 71. RGB value is (2,38,113). Sum of RGB (Red+Green+Blue) = 2+38+113=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 113 (44.53% from 255 or 73.86% from 153); Max value from RGB is 113 - color contains mainly: blue. Hex color #022671 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022671 is #FDD98E. Grayscale: #232323. Windows color (decimal): -16636303 or 7415298. OLE color: 7415298.

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

Color convert

RGB 2 38 113 -
CMYK 0.98 0.66 0 0.56
HSL 220.54º 0.97% 0.23% -
HSV(B) 220.54º 0.98% 0.44% -
XYZ 3.7 2.59 15.93 -
YUV 35.79 171.57 103.9 -
System Red Green Blue C M Y K H S L
Decimal 2 38 113 0.98 0.66 0 0.56 220.54 0.97 0.23
Hex 2 26 71 62 42 0 38 DD 61 17
Octal 2 46 161 142 102 0 70 335 141 27
Binary 10 100110 1110001 1100010 1000010 0 111000 11011101 1100001 10111

Color Harmonies of #022671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022671

Black with #022671

Text Example


Text Example

White with #022671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022671; }

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

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

background-color css

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

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

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

border-color css

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

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

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