Html Css Color HEX #021261 Sapphire

📋 copy color: '#021261'

red 2 ◦ green 18 ◦ blue 97

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

Shades of Sapphire #021261

Tints of Sapphire #021261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.38%

 BLUE value IS 97 (38.28% from 255) = 82.91%

R = 1.71%
G = 15.38%
B = 82.91%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#021261 (or 0x021261) is known color: Sapphire. HEX triplet: 02, 12 and 61. RGB value is (2,18,97). Sum of RGB (Red+Green+Blue) = 2+18+97=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 97 (38.28% from 255 or 82.91% from 117); Max value from RGB is 97 - color contains mainly: blue. Hex color #021261 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021261 is #FDED9E. Grayscale: #151515. Windows color (decimal): -16641439 or 6361602. OLE color: 6361602.

HSL color Cylindrical-coordinate representation of color #021261: hue angle of 229.89º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021261 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 18 97 -
CMYK 0.98 0.81 0 0.62
HSL 229.89º 0.96% 0.19% -
HSV(B) 229.89º 0.98% 0.38% -
XYZ 2.4 1.31 11.44 -
YUV 22.22 170.2 113.58 -
System Red Green Blue C M Y K H S L
Decimal 2 18 97 0.98 0.81 0 0.62 229.89 0.96 0.19
Hex 2 12 61 62 51 0 3E E6 60 13
Octal 2 22 141 142 121 0 76 346 140 23
Binary 10 10010 1100001 1100010 1010001 0 111110 11100110 1100000 10011

Color Harmonies of #021261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021261

Black with #021261

Text Example


Text Example

White with #021261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021261; }

 p { color: rgb(2,18,97); }

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

background-color css

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

 a { background-color: rgb(2,18,97); }

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

border-color css

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

 span { border-color: rgb(2,18,97); }

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