Html Css Color HEX #021150 Sapphire

📋 copy color: '#021150'

red 2 ◦ green 17 ◦ blue 80

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

Shades of Sapphire #021150

Tints of Sapphire #021150

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.17%

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

R = 2.02%
G = 17.17%
B = 80.81%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#021150 (or 0x021150) is known color: Sapphire. HEX triplet: 02, 11 and 50. RGB value is (2,17,80). Sum of RGB (Red+Green+Blue) = 2+17+80=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 80 (31.64% from 255 or 80.81% from 99); Max value from RGB is 80 - color contains mainly: blue. Hex color #021150 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021150 is #FDEEAF. Grayscale: #131313. Windows color (decimal): -16641712 or 5247234. OLE color: 5247234.

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

Color convert

RGB 2 17 80 -
CMYK 0.98 0.79 0 0.69
HSL 228.46º 0.95% 0.16% -
HSV(B) 228.46º 0.98% 0.31% -
XYZ 1.67 0.99 7.69 -
YUV 19.7 162.03 115.38 -
System Red Green Blue C M Y K H S L
Decimal 2 17 80 0.98 0.79 0 0.69 228.46 0.95 0.16
Hex 2 11 50 62 4F 0 45 E4 5F 10
Octal 2 21 120 142 117 0 105 344 137 20
Binary 10 10001 1010000 1100010 1001111 0 1000101 11100100 1011111 10000

Color Harmonies of #021150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021150

Black with #021150

Text Example


Text Example

White with #021150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021150; }

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

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

background-color css

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

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

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

border-color css

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

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

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