Html Css Color HEX #021D51 Sapphire

📋 copy color: '#021D51'

red 2 ◦ green 29 ◦ blue 81

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

Shades of Sapphire #021D51

Tints of Sapphire #021D51

RGB

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

 GREEN value IS 29 (11.72% from 255) = 25.89%

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

R = 1.79%
G = 25.89%
B = 72.32%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#021D51 (or 0x021D51) is known color: Sapphire. HEX triplet: 02, 1D and 51. RGB value is (2,29,81). Sum of RGB (Red+Green+Blue) = 2+29+81=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 29 (11.72% from 255 or 25.89% from 112); Blue value is 81 (32.03% from 255 or 72.32% from 112); Max value from RGB is 81 - color contains mainly: blue. Hex color #021D51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021D51 is #FDE2AE. Grayscale: #1A1A1A. Windows color (decimal): -16638639 or 5315842. OLE color: 5315842.

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

Color convert

RGB 2 29 81 -
CMYK 0.98 0.64 0 0.68
HSL 219.49º 0.95% 0.16% -
HSV(B) 219.49º 0.98% 0.32% -
XYZ 1.95 1.49 7.97 -
YUV 26.86 158.55 110.27 -
System Red Green Blue C M Y K H S L
Decimal 2 29 81 0.98 0.64 0 0.68 219.49 0.95 0.16
Hex 2 1D 51 62 40 0 44 DB 5F 10
Octal 2 35 121 142 100 0 104 333 137 20
Binary 10 11101 1010001 1100010 1000000 0 1000100 11011011 1011111 10000

Color Harmonies of #021D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D51

Black with #021D51

Text Example


Text Example

White with #021D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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