Html Css Color HEX #021750 Sapphire

📋 copy color: '#021750'

red 2 ◦ green 23 ◦ blue 80

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

Shades of Sapphire #021750

Tints of Sapphire #021750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 21.9%

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

R = 1.9%
G = 21.9%
B = 76.19%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#021750 (or 0x021750) is known color: Sapphire. HEX triplet: 02, 17 and 50. RGB value is (2,23,80). Sum of RGB (Red+Green+Blue) = 2+23+80=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 23 (9.38% from 255 or 21.90% from 105); Blue value is 80 (31.64% from 255 or 76.19% from 105); Max value from RGB is 80 - color contains mainly: blue. Hex color #021750 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021750 is #FDE8AF. Grayscale: #161616. Windows color (decimal): -16640176 or 5248770. OLE color: 5248770.

HSL color Cylindrical-coordinate representation of color #021750: hue angle of 223.85º 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 #021750 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 23 80 -
CMYK 0.98 0.71 0 0.69
HSL 223.85º 0.95% 0.16% -
HSV(B) 223.85º 0.98% 0.31% -
XYZ 1.78 1.2 7.73 -
YUV 23.22 160.04 112.87 -
System Red Green Blue C M Y K H S L
Decimal 2 23 80 0.98 0.71 0 0.69 223.85 0.95 0.16
Hex 2 17 50 62 47 0 45 E0 5F 10
Octal 2 27 120 142 107 0 105 340 137 20
Binary 10 10111 1010000 1100010 1000111 0 1000101 11100000 1011111 10000

Color Harmonies of #021750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021750

Black with #021750

Text Example


Text Example

White with #021750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021750; }

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

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

background-color css

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

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

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

border-color css

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

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

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