Html Css Color HEX #021C63 Sapphire

📋 copy color: '#021C63'

red 2 ◦ green 28 ◦ blue 99

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

Shades of Sapphire #021C63

Tints of Sapphire #021C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 76.74%

R = 1.55%
G = 21.71%
B = 76.74%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#021C63 (or 0x021C63) is known color: Sapphire. HEX triplet: 02, 1C and 63. RGB value is (2,28,99). Sum of RGB (Red+Green+Blue) = 2+28+99=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 99 (39.06% from 255 or 76.74% from 129); Max value from RGB is 99 - color contains mainly: blue. Hex color #021C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021C63 is #FDE39C. Grayscale: #1C1C1C. Windows color (decimal): -16638877 or 6495234. OLE color: 6495234.

HSL color Cylindrical-coordinate representation of color #021C63: hue angle of 223.92º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021C63 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 2 28 99 -
CMYK 0.98 0.72 0 0.61
HSL 223.92º 0.96% 0.2% -
HSV(B) 223.92º 0.98% 0.39% -
XYZ 2.69 1.74 12 -
YUV 28.32 167.89 109.23 -
System Red Green Blue C M Y K H S L
Decimal 2 28 99 0.98 0.72 0 0.61 223.92 0.96 0.2
Hex 2 1C 63 62 48 0 3D E0 60 14
Octal 2 34 143 142 110 0 75 340 140 24
Binary 10 11100 1100011 1100010 1001000 0 111101 11100000 1100000 10100

Color Harmonies of #021C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C63

Black with #021C63

Text Example


Text Example

White with #021C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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