Html Css Color HEX #081550 Sapphire

📋 copy color: '#081550'

red 8 ◦ green 21 ◦ blue 80

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

Shades of Sapphire #081550

Tints of Sapphire #081550

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.27%

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

R = 7.34%
G = 19.27%
B = 73.39%

CMYK

 C value IS 0.90

 M value IS 0.74

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#081550 (or 0x081550) is known color: Sapphire. HEX triplet: 08, 15 and 50. RGB value is (8,21,80). Sum of RGB (Red+Green+Blue) = 8+21+80=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 80 (31.64% from 255 or 73.39% from 109); Max value from RGB is 80 - color contains mainly: blue. Hex color #081550 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081550 is #F7EAAF. Grayscale: #171717. Windows color (decimal): -16247472 or 5248264. OLE color: 5248264.

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

Color convert

RGB 8 21 80 -
CMYK 0.90 0.74 0 0.69
HSL 229.17º 0.82% 0.17% -
HSV(B) 229.17º 0.9% 0.31% -
XYZ 1.82 1.17 7.72 -
YUV 23.84 159.69 116.7 -
System Red Green Blue C M Y K H S L
Decimal 8 21 80 0.90 0.74 0 0.69 229.17 0.82 0.17
Hex 8 15 50 5A 4A 0 45 E5 52 11
Octal 10 25 120 132 112 0 105 345 122 21
Binary 1000 10101 1010000 1011010 1001010 0 1000101 11100101 1010010 10001

Color Harmonies of #081550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081550

Black with #081550

Text Example


Text Example

White with #081550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081550; }

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

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

background-color css

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

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

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

border-color css

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

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

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