Html Css Color HEX #021051 Sapphire

📋 copy color: '#021051'

red 2 ◦ green 16 ◦ blue 81

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

Shades of Sapphire #021051

Tints of Sapphire #021051

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.16%

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

R = 2.02%
G = 16.16%
B = 81.82%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#021051 (or 0x021051) is known color: Sapphire. HEX triplet: 02, 10 and 51. RGB value is (2,16,81). Sum of RGB (Red+Green+Blue) = 2+16+81=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 81 (32.03% from 255 or 81.82% from 99); Max value from RGB is 81 - color contains mainly: blue. Hex color #021051 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021051 is #FDEFAE. Grayscale: #121212. Windows color (decimal): -16641967 or 5312514. OLE color: 5312514.

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

Color convert

RGB 2 16 81 -
CMYK 0.98 0.80 0 0.68
HSL 229.37º 0.95% 0.16% -
HSV(B) 229.37º 0.98% 0.32% -
XYZ 1.7 0.98 7.88 -
YUV 19.22 162.86 115.71 -
System Red Green Blue C M Y K H S L
Decimal 2 16 81 0.98 0.80 0 0.68 229.37 0.95 0.16
Hex 2 10 51 62 50 0 44 E5 5F 10
Octal 2 20 121 142 120 0 104 345 137 20
Binary 10 10000 1010001 1100010 1010000 0 1000100 11100101 1011111 10000

Color Harmonies of #021051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021051

Black with #021051

Text Example


Text Example

White with #021051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021051; }

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

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

background-color css

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

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

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

border-color css

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

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

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