Html Css Color HEX #021473 Sapphire

📋 copy color: '#021473'

red 2 ◦ green 20 ◦ blue 115

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

Shades of Sapphire #021473

Tints of Sapphire #021473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 83.94%

R = 1.46%
G = 14.6%
B = 83.94%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#021473 (or 0x021473) is known color: Sapphire. HEX triplet: 02, 14 and 73. RGB value is (2,20,115). Sum of RGB (Red+Green+Blue) = 2+20+115=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 115 (45.31% from 255 or 83.94% from 137); Max value from RGB is 115 - color contains mainly: blue. Hex color #021473 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021473 is #FDEB8C. Grayscale: #191919. Windows color (decimal): -16640909 or 7541762. OLE color: 7541762.

HSL color Cylindrical-coordinate representation of color #021473: hue angle of 230.44º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021473 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 20 115 -
CMYK 0.98 0.83 0 0.55
HSL 230.44º 0.97% 0.23% -
HSV(B) 230.44º 0.98% 0.45% -
XYZ 3.37 1.75 16.38 -
YUV 25.45 178.54 111.28 -
System Red Green Blue C M Y K H S L
Decimal 2 20 115 0.98 0.83 0 0.55 230.44 0.97 0.23
Hex 2 14 73 62 53 0 37 E6 61 17
Octal 2 24 163 142 123 0 67 346 141 27
Binary 10 10100 1110011 1100010 1010011 0 110111 11100110 1100001 10111

Color Harmonies of #021473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021473

Black with #021473

Text Example


Text Example

White with #021473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021473; }

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

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

background-color css

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

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

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

border-color css

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

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

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