Html Css Color HEX #021554 Sapphire

📋 copy color: '#021554'

red 2 ◦ green 21 ◦ blue 84

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

Shades of Sapphire #021554

Tints of Sapphire #021554

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.63%

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

R = 1.87%
G = 19.63%
B = 78.5%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#021554 (or 0x021554) is known color: Sapphire. HEX triplet: 02, 15 and 54. RGB value is (2,21,84). Sum of RGB (Red+Green+Blue) = 2+21+84=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 84 (33.20% from 255 or 78.50% from 107); Max value from RGB is 84 - color contains mainly: blue. Hex color #021554 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021554 is #FDEAAB. Grayscale: #161616. Windows color (decimal): -16640684 or 5510402. OLE color: 5510402.

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

Color convert

RGB 2 21 84 -
CMYK 0.98 0.75 0 0.67
HSL 226.1º 0.95% 0.17% -
HSV(B) 226.1º 0.98% 0.33% -
XYZ 1.89 1.19 8.52 -
YUV 22.5 162.71 113.38 -
System Red Green Blue C M Y K H S L
Decimal 2 21 84 0.98 0.75 0 0.67 226.1 0.95 0.17
Hex 2 15 54 62 4B 0 43 E2 5F 11
Octal 2 25 124 142 113 0 103 342 137 21
Binary 10 10101 1010100 1100010 1001011 0 1000011 11100010 1011111 10001

Color Harmonies of #021554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021554

Black with #021554

Text Example


Text Example

White with #021554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021554; }

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

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

background-color css

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

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

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

border-color css

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

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

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