Html Css Color HEX #021251 Sapphire

📋 copy color: '#021251'

red 2 ◦ green 18 ◦ blue 81

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

Shades of Sapphire #021251

Tints of Sapphire #021251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 80.2%

R = 1.98%
G = 17.82%
B = 80.2%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#021251 (or 0x021251) is known color: Sapphire. HEX triplet: 02, 12 and 51. RGB value is (2,18,81). Sum of RGB (Red+Green+Blue) = 2+18+81=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 81 (32.03% from 255 or 80.20% from 101); Max value from RGB is 81 - color contains mainly: blue. Hex color #021251 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021251 is #FDEDAE. Grayscale: #141414. Windows color (decimal): -16641455 or 5313026. OLE color: 5313026.

HSL color Cylindrical-coordinate representation of color #021251: hue angle of 227.85º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021251 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 2 18 81 -
CMYK 0.98 0.78 0 0.68
HSL 227.85º 0.95% 0.16% -
HSV(B) 227.85º 0.98% 0.32% -
XYZ 1.73 1.04 7.89 -
YUV 20.4 162.2 114.88 -
System Red Green Blue C M Y K H S L
Decimal 2 18 81 0.98 0.78 0 0.68 227.85 0.95 0.16
Hex 2 12 51 62 4E 0 44 E4 5F 10
Octal 2 22 121 142 116 0 104 344 137 20
Binary 10 10010 1010001 1100010 1001110 0 1000100 11100100 1011111 10000

Color Harmonies of #021251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021251

Black with #021251

Text Example


Text Example

White with #021251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021251; }

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

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

background-color css

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

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

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

border-color css

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

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

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