Html Css Color HEX #021350 Sapphire

📋 copy color: '#021350'

red 2 ◦ green 19 ◦ blue 80

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

Shades of Sapphire #021350

Tints of Sapphire #021350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 79.21%

R = 1.98%
G = 18.81%
B = 79.21%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#021350 (or 0x021350) is known color: Sapphire. HEX triplet: 02, 13 and 50. RGB value is (2,19,80). Sum of RGB (Red+Green+Blue) = 2+19+80=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 80 (31.64% from 255 or 79.21% from 101); Max value from RGB is 80 - color contains mainly: blue. Hex color #021350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021350 is #FDECAF. Grayscale: #141414. Windows color (decimal): -16641200 or 5247746. OLE color: 5247746.

HSL color Cylindrical-coordinate representation of color #021350: hue angle of 226.92º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021350 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 19 80 -
CMYK 0.98 0.76 0 0.69
HSL 226.92º 0.95% 0.16% -
HSV(B) 226.92º 0.98% 0.31% -
XYZ 1.71 1.06 7.7 -
YUV 20.87 161.37 114.54 -
System Red Green Blue C M Y K H S L
Decimal 2 19 80 0.98 0.76 0 0.69 226.92 0.95 0.16
Hex 2 13 50 62 4C 0 45 E3 5F 10
Octal 2 23 120 142 114 0 105 343 137 20
Binary 10 10011 1010000 1100010 1001100 0 1000101 11100011 1011111 10000

Color Harmonies of #021350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021350

Black with #021350

Text Example


Text Example

White with #021350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021350; }

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

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

background-color css

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

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

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

border-color css

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

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

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