Html Css Color HEX #021A81 Sapphire

📋 copy color: '#021A81'

red 2 ◦ green 26 ◦ blue 129

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

Shades of Sapphire #021A81

Tints of Sapphire #021A81

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.56%

 BLUE value IS 129 (50.78% from 255) = 82.17%

R = 1.27%
G = 16.56%
B = 82.17%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#021A81 (or 0x021A81) is known color: Sapphire. HEX triplet: 02, 1A and 81. RGB value is (2,26,129). Sum of RGB (Red+Green+Blue) = 2+26+129=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 129 (50.78% from 255 or 82.17% from 157); Max value from RGB is 129 - color contains mainly: blue. Hex color #021A81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021A81 is #FDE57E. Grayscale: #1E1E1E. Windows color (decimal): -16639359 or 8460802. OLE color: 8460802.

HSL color Cylindrical-coordinate representation of color #021A81: hue angle of 228.66º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021A81 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 26 129 -
CMYK 0.98 0.80 0 0.49
HSL 228.66º 0.97% 0.26% -
HSV(B) 228.66º 0.98% 0.51% -
XYZ 4.36 2.34 20.99 -
YUV 30.57 183.55 107.62 -
System Red Green Blue C M Y K H S L
Decimal 2 26 129 0.98 0.80 0 0.49 228.66 0.97 0.26
Hex 2 1A 81 62 50 0 31 E5 61 1A
Octal 2 32 201 142 120 0 61 345 141 32
Binary 10 11010 10000001 1100010 1010000 0 110001 11100101 1100001 11010

Color Harmonies of #021A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021A81

Black with #021A81

Text Example


Text Example

White with #021A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,26,129); }

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

background-color css

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

 a { background-color: rgb(2,26,129); }

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

border-color css

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

 span { border-color: rgb(2,26,129); }

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