Html Css Color HEX #081150 Sapphire

📋 copy color: '#081150'

red 8 ◦ green 17 ◦ blue 80

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

Shades of Sapphire #081150

Tints of Sapphire #081150

RGB

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

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

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

R = 7.62%
G = 16.19%
B = 76.19%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#081150 (or 0x081150) is known color: Sapphire. HEX triplet: 08, 11 and 50. RGB value is (8,17,80). Sum of RGB (Red+Green+Blue) = 8+17+80=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 80 (31.64% from 255 or 76.19% from 105); Max value from RGB is 80 - color contains mainly: blue. Hex color #081150 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081150 is #F7EEAF. Grayscale: #151515. Windows color (decimal): -16248496 or 5247240. OLE color: 5247240.

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

Color convert

RGB 8 17 80 -
CMYK 0.90 0.79 0 0.69
HSL 232.5º 0.82% 0.17% -
HSV(B) 232.5º 0.9% 0.31% -
XYZ 1.75 1.03 7.7 -
YUV 21.49 161.02 118.38 -
System Red Green Blue C M Y K H S L
Decimal 8 17 80 0.90 0.79 0 0.69 232.5 0.82 0.17
Hex 8 11 50 5A 4F 0 45 E8 52 11
Octal 10 21 120 132 117 0 105 350 122 21
Binary 1000 10001 1010000 1011010 1001111 0 1000101 11101000 1010010 10001

Color Harmonies of #081150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081150

Black with #081150

Text Example


Text Example

White with #081150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081150; }

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

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

background-color css

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

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

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

border-color css

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

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

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