Html Css Color HEX #021346 Sapphire

📋 copy color: '#021346'

red 2 ◦ green 19 ◦ blue 70

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

Shades of Sapphire #021346

Tints of Sapphire #021346

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.88%

 BLUE value IS 70 (27.73% from 255) = 76.92%

R = 2.2%
G = 20.88%
B = 76.92%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#021346 (or 0x021346) is known color: Sapphire. HEX triplet: 02, 13 and 46. RGB value is (2,19,70). Sum of RGB (Red+Green+Blue) = 2+19+70=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 70 (27.73% from 255 or 76.92% from 91); Max value from RGB is 70 - color contains mainly: blue. Hex color #021346 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021346 is #FDECB9. Grayscale: #131313. Windows color (decimal): -16641210 or 4592386. OLE color: 4592386.

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

Color convert

RGB 2 19 70 -
CMYK 0.97 0.73 0 0.73
HSL 225º 0.94% 0.14% -
HSV(B) 225º 0.97% 0.27% -
XYZ 1.36 0.92 5.9 -
YUV 19.73 156.37 115.35 -
System Red Green Blue C M Y K H S L
Decimal 2 19 70 0.97 0.73 0 0.73 225 0.94 0.14
Hex 2 13 46 61 49 0 49 E1 5E E
Octal 2 23 106 141 111 0 111 341 136 16
Binary 10 10011 1000110 1100001 1001001 0 1001001 11100001 1011110 1110

Color Harmonies of #021346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021346

Black with #021346

Text Example


Text Example

White with #021346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021346; }

 p { color: rgb(2,19,70); }

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

background-color css

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

 a { background-color: rgb(2,19,70); }

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

border-color css

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

 span { border-color: rgb(2,19,70); }

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