Html Css Color HEX #081159 Sapphire

📋 copy color: '#081159'

red 8 ◦ green 17 ◦ blue 89

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

Shades of Sapphire #081159

Tints of Sapphire #081159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 78.07%

R = 7.02%
G = 14.91%
B = 78.07%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#081159 (or 0x081159) is known color: Sapphire. HEX triplet: 08, 11 and 59. RGB value is (8,17,89). Sum of RGB (Red+Green+Blue) = 8+17+89=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 89 (35.16% from 255 or 78.07% from 114); Max value from RGB is 89 - color contains mainly: blue. Hex color #081159 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081159 is #F7EEA6. Grayscale: #161616. Windows color (decimal): -16248487 or 5837064. OLE color: 5837064.

HSL color Cylindrical-coordinate representation of color #081159: hue angle of 233.33º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081159 is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 17 89 -
CMYK 0.91 0.81 0 0.65
HSL 233.33º 0.84% 0.19% -
HSV(B) 233.33º 0.91% 0.35% -
XYZ 2.1 1.17 9.57 -
YUV 22.52 165.52 117.65 -
System Red Green Blue C M Y K H S L
Decimal 8 17 89 0.91 0.81 0 0.65 233.33 0.84 0.19
Hex 8 11 59 5B 51 0 41 E9 54 13
Octal 10 21 131 133 121 0 101 351 124 23
Binary 1000 10001 1011001 1011011 1010001 0 1000001 11101001 1010100 10011

Color Harmonies of #081159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081159

Black with #081159

Text Example


Text Example

White with #081159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081159; }

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

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

background-color css

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

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

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

border-color css

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

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

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