Html Css Color HEX #081156 Sapphire

📋 copy color: '#081156'

red 8 ◦ green 17 ◦ blue 86

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

Shades of Sapphire #081156

Tints of Sapphire #081156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 77.48%

R = 7.21%
G = 15.32%
B = 77.48%

CMYK

 C value IS 0.91

 M value IS 0.80

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#081156 (or 0x081156) is known color: Sapphire. HEX triplet: 08, 11 and 56. RGB value is (8,17,86). Sum of RGB (Red+Green+Blue) = 8+17+86=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 86 (33.98% from 255 or 77.48% from 111); Max value from RGB is 86 - color contains mainly: blue. Hex color #081156 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081156 is #F7EEA9. Grayscale: #151515. Windows color (decimal): -16248490 or 5640456. OLE color: 5640456.

HSL color Cylindrical-coordinate representation of color #081156: hue angle of 233.08º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081156 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 8 17 86 -
CMYK 0.91 0.80 0 0.66
HSL 233.08º 0.83% 0.18% -
HSV(B) 233.08º 0.91% 0.34% -
XYZ 1.98 1.12 8.92 -
YUV 22.18 164.02 117.89 -
System Red Green Blue C M Y K H S L
Decimal 8 17 86 0.91 0.80 0 0.66 233.08 0.83 0.18
Hex 8 11 56 5B 50 0 42 E9 53 12
Octal 10 21 126 133 120 0 102 351 123 22
Binary 1000 10001 1010110 1011011 1010000 0 1000010 11101001 1010011 10010

Color Harmonies of #081156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081156

Black with #081156

Text Example


Text Example

White with #081156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081156; }

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

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

background-color css

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

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

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

border-color css

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

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

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