Html Css Color HEX #021851 Sapphire

📋 copy color: '#021851'

red 2 ◦ green 24 ◦ blue 81

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

Shades of Sapphire #021851

Tints of Sapphire #021851

RGB

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

 GREEN value IS 24 (9.77% from 255) = 22.43%

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

R = 1.87%
G = 22.43%
B = 75.7%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#021851 (or 0x021851) is known color: Sapphire. HEX triplet: 02, 18 and 51. RGB value is (2,24,81). Sum of RGB (Red+Green+Blue) = 2+24+81=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 24 (9.77% from 255 or 22.43% from 107); Blue value is 81 (32.03% from 255 or 75.70% from 107); Max value from RGB is 81 - color contains mainly: blue. Hex color #021851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021851 is #FDE7AE. Grayscale: #171717. Windows color (decimal): -16639919 or 5314562. OLE color: 5314562.

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

Color convert

RGB 2 24 81 -
CMYK 0.98 0.70 0 0.68
HSL 223.29º 0.95% 0.16% -
HSV(B) 223.29º 0.98% 0.32% -
XYZ 1.84 1.26 7.93 -
YUV 23.92 160.21 112.37 -
System Red Green Blue C M Y K H S L
Decimal 2 24 81 0.98 0.70 0 0.68 223.29 0.95 0.16
Hex 2 18 51 62 46 0 44 DF 5F 10
Octal 2 30 121 142 106 0 104 337 137 20
Binary 10 11000 1010001 1100010 1000110 0 1000100 11011111 1011111 10000

Color Harmonies of #021851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021851

Black with #021851

Text Example


Text Example

White with #021851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021851; }

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

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

background-color css

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

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

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

border-color css

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

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

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