Html Css Color HEX #021C45 Sapphire

📋 copy color: '#021C45'

red 2 ◦ green 28 ◦ blue 69

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

Shades of Sapphire #021C45

Tints of Sapphire #021C45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 69.7%

R = 2.02%
G = 28.28%
B = 69.7%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#021C45 (or 0x021C45) is known color: Sapphire. HEX triplet: 02, 1C and 45. RGB value is (2,28,69). Sum of RGB (Red+Green+Blue) = 2+28+69=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 28 (11.33% from 255 or 28.28% from 99); Blue value is 69 (27.34% from 255 or 69.70% from 99); Max value from RGB is 69 - color contains mainly: blue. Hex color #021C45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C45 is #FDE3BA. Grayscale: #181818. Windows color (decimal): -16638907 or 4529154. OLE color: 4529154.

HSL color Cylindrical-coordinate representation of color #021C45: hue angle of 216.72º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021C45 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 28 69 -
CMYK 0.97 0.59 0 0.73
HSL 216.72º 0.94% 0.14% -
HSV(B) 216.72º 0.97% 0.27% -
XYZ 1.51 1.27 5.8 -
YUV 24.9 152.89 111.67 -
System Red Green Blue C M Y K H S L
Decimal 2 28 69 0.97 0.59 0 0.73 216.72 0.94 0.14
Hex 2 1C 45 61 3B 0 49 D9 5E E
Octal 2 34 105 141 73 0 111 331 136 16
Binary 10 11100 1000101 1100001 111011 0 1001001 11011001 1011110 1110

Color Harmonies of #021C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C45

Black with #021C45

Text Example


Text Example

White with #021C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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