Html Css Color HEX #011950 Sapphire

📋 copy color: '#011950'

red 1 ◦ green 25 ◦ blue 80

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

Shades of Sapphire #011950

Tints of Sapphire #011950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 23.58%

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

R = 0.94%
G = 23.58%
B = 75.47%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#011950 (or 0x011950) is known color: Sapphire. HEX triplet: 01, 19 and 50. RGB value is (1,25,80). Sum of RGB (Red+Green+Blue) = 1+25+80=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 80 (31.64% from 255 or 75.47% from 106); Max value from RGB is 80 - color contains mainly: blue. Hex color #011950 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011950 is #FEE6AF. Grayscale: #171717. Windows color (decimal): -16705200 or 5249281. OLE color: 5249281.

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

Color convert

RGB 1 25 80 -
CMYK 0.99 0.69 0 0.69
HSL 221.77º 0.98% 0.16% -
HSV(B) 221.77º 0.99% 0.31% -
XYZ 1.81 1.28 7.74 -
YUV 24.09 159.55 111.53 -
System Red Green Blue C M Y K H S L
Decimal 1 25 80 0.99 0.69 0 0.69 221.77 0.98 0.16
Hex 1 19 50 63 45 0 45 DE 62 10
Octal 1 31 120 143 105 0 105 336 142 20
Binary 1 11001 1010000 1100011 1000101 0 1000101 11011110 1100010 10000

Color Harmonies of #011950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011950

Black with #011950

Text Example


Text Example

White with #011950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011950; }

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

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

background-color css

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

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

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

border-color css

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

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

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