Html Css Color HEX #021454 Sapphire

📋 copy color: '#021454'

red 2 ◦ green 20 ◦ blue 84

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

Shades of Sapphire #021454

Tints of Sapphire #021454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 79.25%

R = 1.89%
G = 18.87%
B = 79.25%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#021454 (or 0x021454) is known color: Sapphire. HEX triplet: 02, 14 and 54. RGB value is (2,20,84). Sum of RGB (Red+Green+Blue) = 2+20+84=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 84 (33.20% from 255 or 79.25% from 106); Max value from RGB is 84 - color contains mainly: blue. Hex color #021454 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021454 is #FDEBAB. Grayscale: #151515. Windows color (decimal): -16640940 or 5510146. OLE color: 5510146.

HSL color Cylindrical-coordinate representation of color #021454: hue angle of 226.83º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021454 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 20 84 -
CMYK 0.98 0.76 0 0.67
HSL 226.83º 0.95% 0.17% -
HSV(B) 226.83º 0.98% 0.33% -
XYZ 1.88 1.15 8.51 -
YUV 21.91 163.04 113.8 -
System Red Green Blue C M Y K H S L
Decimal 2 20 84 0.98 0.76 0 0.67 226.83 0.95 0.17
Hex 2 14 54 62 4C 0 43 E3 5F 11
Octal 2 24 124 142 114 0 103 343 137 21
Binary 10 10100 1010100 1100010 1001100 0 1000011 11100011 1011111 10001

Color Harmonies of #021454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021454

Black with #021454

Text Example


Text Example

White with #021454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021454; }

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

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

background-color css

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

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

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

border-color css

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

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

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