Html Css Color HEX #021C81 Sapphire

📋 copy color: '#021C81'

red 2 ◦ green 28 ◦ blue 129

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

Shades of Sapphire #021C81

Tints of Sapphire #021C81

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.61%

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

R = 1.26%
G = 17.61%
B = 81.13%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#021C81 (or 0x021C81) is known color: Sapphire. HEX triplet: 02, 1C and 81. RGB value is (2,28,129). Sum of RGB (Red+Green+Blue) = 2+28+129=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 28 (11.33% from 255 or 17.61% from 159); Blue value is 129 (50.78% from 255 or 81.13% from 159); Max value from RGB is 129 - color contains mainly: blue. Hex color #021C81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021C81 is #FDE37E. Grayscale: #1F1F1F. Windows color (decimal): -16638847 or 8461314. OLE color: 8461314.

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

Color convert

RGB 2 28 129 -
CMYK 0.98 0.78 0 0.49
HSL 227.72º 0.97% 0.26% -
HSV(B) 227.72º 0.98% 0.51% -
XYZ 4.4 2.43 21.01 -
YUV 31.74 182.89 106.79 -
System Red Green Blue C M Y K H S L
Decimal 2 28 129 0.98 0.78 0 0.49 227.72 0.97 0.26
Hex 2 1C 81 62 4E 0 31 E4 61 1A
Octal 2 34 201 142 116 0 61 344 141 32
Binary 10 11100 10000001 1100010 1001110 0 110001 11100100 1100001 11010

Color Harmonies of #021C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C81

Black with #021C81

Text Example


Text Example

White with #021C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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