Html Css Color HEX #081950 Sapphire

📋 copy color: '#081950'

red 8 ◦ green 25 ◦ blue 80

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

Shades of Sapphire #081950

Tints of Sapphire #081950

RGB

 RED value IS 8 (3.52% from 255) = 7.08%

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

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

R = 7.08%
G = 22.12%
B = 70.8%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#081950 (or 0x081950) is known color: Sapphire. HEX triplet: 08, 19 and 50. RGB value is (8,25,80). Sum of RGB (Red+Green+Blue) = 8+25+80=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 80 (31.64% from 255 or 70.80% from 113); Max value from RGB is 80 - color contains mainly: blue. Hex color #081950 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081950 is #F7E6AF. Grayscale: #191919. Windows color (decimal): -16246448 or 5249288. OLE color: 5249288.

HSL color Cylindrical-coordinate representation of color #081950: hue angle of 225.83º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081950 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 25 80 -
CMYK 0.90 0.69 0 0.69
HSL 225.83º 0.82% 0.17% -
HSV(B) 225.83º 0.9% 0.31% -
XYZ 1.9 1.33 7.75 -
YUV 26.19 158.37 115.03 -
System Red Green Blue C M Y K H S L
Decimal 8 25 80 0.90 0.69 0 0.69 225.83 0.82 0.17
Hex 8 19 50 5A 45 0 45 E2 52 11
Octal 10 31 120 132 105 0 105 342 122 21
Binary 1000 11001 1010000 1011010 1000101 0 1000101 11100010 1010010 10001

Color Harmonies of #081950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081950

Black with #081950

Text Example


Text Example

White with #081950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081950; }

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

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

background-color css

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

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

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

border-color css

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

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

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