Html Css Color HEX #021C73 Sapphire

📋 copy color: '#021C73'

red 2 ◦ green 28 ◦ blue 115

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

Shades of Sapphire #021C73

Tints of Sapphire #021C73

RGB

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

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

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

R = 1.38%
G = 19.31%
B = 79.31%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#021C73 (or 0x021C73) is known color: Sapphire. HEX triplet: 02, 1C and 73. RGB value is (2,28,115). Sum of RGB (Red+Green+Blue) = 2+28+115=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 115 (45.31% from 255 or 79.31% from 145); Max value from RGB is 115 - color contains mainly: blue. Hex color #021C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021C73 is #FDE38C. Grayscale: #1D1D1D. Windows color (decimal): -16638861 or 7543810. OLE color: 7543810.

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

Color convert

RGB 2 28 115 -
CMYK 0.98 0.76 0 0.55
HSL 226.19º 0.97% 0.23% -
HSV(B) 226.19º 0.98% 0.45% -
XYZ 3.53 2.08 16.44 -
YUV 30.14 175.89 107.93 -
System Red Green Blue C M Y K H S L
Decimal 2 28 115 0.98 0.76 0 0.55 226.19 0.97 0.23
Hex 2 1C 73 62 4C 0 37 E2 61 17
Octal 2 34 163 142 114 0 67 342 141 27
Binary 10 11100 1110011 1100010 1001100 0 110111 11100010 1100001 10111

Color Harmonies of #021C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C73

Black with #021C73

Text Example


Text Example

White with #021C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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