Html Css Color HEX #021451 Sapphire

📋 copy color: '#021451'

red 2 ◦ green 20 ◦ blue 81

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

Shades of Sapphire #021451

Tints of Sapphire #021451

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.42%

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

R = 1.94%
G = 19.42%
B = 78.64%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#021451 (or 0x021451) is known color: Sapphire. HEX triplet: 02, 14 and 51. RGB value is (2,20,81). Sum of RGB (Red+Green+Blue) = 2+20+81=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 81 (32.03% from 255 or 78.64% from 103); Max value from RGB is 81 - color contains mainly: blue. Hex color #021451 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021451 is #FDEBAE. Grayscale: #151515. Windows color (decimal): -16640943 or 5313538. OLE color: 5313538.

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

Color convert

RGB 2 20 81 -
CMYK 0.98 0.75 0 0.68
HSL 226.33º 0.95% 0.16% -
HSV(B) 226.33º 0.98% 0.32% -
XYZ 1.76 1.11 7.91 -
YUV 21.57 161.54 114.04 -
System Red Green Blue C M Y K H S L
Decimal 2 20 81 0.98 0.75 0 0.68 226.33 0.95 0.16
Hex 2 14 51 62 4B 0 44 E2 5F 10
Octal 2 24 121 142 113 0 104 342 137 20
Binary 10 10100 1010001 1100010 1001011 0 1000100 11100010 1011111 10000

Color Harmonies of #021451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021451

Black with #021451

Text Example


Text Example

White with #021451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021451; }

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

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

background-color css

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

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

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

border-color css

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

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

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