Html Css Color HEX #011050 Sapphire

📋 copy color: '#011050'

red 1 ◦ green 16 ◦ blue 80

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

Shades of Sapphire #011050

Tints of Sapphire #011050

RGB

 RED value IS 1 (0.78% from 255) = 1.03%

 GREEN value IS 16 (6.64% from 255) = 16.49%

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

R = 1.03%
G = 16.49%
B = 82.47%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#011050 (or 0x011050) is known color: Sapphire. HEX triplet: 01, 10 and 50. RGB value is (1,16,80). Sum of RGB (Red+Green+Blue) = 1+16+80=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 80 (31.64% from 255 or 82.47% from 97); Max value from RGB is 80 - color contains mainly: blue. Hex color #011050 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011050 is #FEEFAF. Grayscale: #121212. Windows color (decimal): -16707504 or 5246977. OLE color: 5246977.

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

Color convert

RGB 1 16 80 -
CMYK 0.99 0.80 0 0.69
HSL 228.61º 0.98% 0.16% -
HSV(B) 228.61º 0.99% 0.31% -
XYZ 1.65 0.96 7.69 -
YUV 18.81 162.53 115.3 -
System Red Green Blue C M Y K H S L
Decimal 1 16 80 0.99 0.80 0 0.69 228.61 0.98 0.16
Hex 1 10 50 63 50 0 45 E5 62 10
Octal 1 20 120 143 120 0 105 345 142 20
Binary 1 10000 1010000 1100011 1010000 0 1000101 11100101 1100010 10000

Color Harmonies of #011050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011050

Black with #011050

Text Example


Text Example

White with #011050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011050; }

 p { color: rgb(1,16,80); }

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

background-color css

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

 a { background-color: rgb(1,16,80); }

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

border-color css

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

 span { border-color: rgb(1,16,80); }

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