Html Css Color HEX #021D45 Sapphire

📋 copy color: '#021D45'

red 2 ◦ green 29 ◦ blue 69

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

Shades of Sapphire #021D45

Tints of Sapphire #021D45

RGB

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

 GREEN value IS 29 (11.72% from 255) = 29%

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

R = 2%
G = 29%
B = 69%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#021D45 (or 0x021D45) is known color: Sapphire. HEX triplet: 02, 1D and 45. RGB value is (2,29,69). Sum of RGB (Red+Green+Blue) = 2+29+69=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 29 (11.72% from 255 or 29% from 100); Blue value is 69 (27.34% from 255 or 69% from 100); Max value from RGB is 69 - color contains mainly: blue. Hex color #021D45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021D45 is #FDE2BA. Grayscale: #191919. Windows color (decimal): -16638651 or 4529410. OLE color: 4529410.

HSL color Cylindrical-coordinate representation of color #021D45: hue angle of 215.82º 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 #021D45 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 29 69 -
CMYK 0.97 0.58 0 0.73
HSL 215.82º 0.94% 0.14% -
HSV(B) 215.82º 0.97% 0.27% -
XYZ 1.54 1.32 5.8 -
YUV 25.49 152.55 111.25 -
System Red Green Blue C M Y K H S L
Decimal 2 29 69 0.97 0.58 0 0.73 215.82 0.94 0.14
Hex 2 1D 45 61 3A 0 49 D8 5E E
Octal 2 35 105 141 72 0 111 330 136 16
Binary 10 11101 1000101 1100001 111010 0 1001001 11011000 1011110 1110

Color Harmonies of #021D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D45

Black with #021D45

Text Example


Text Example

White with #021D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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