Html Css Color HEX #081056 Sapphire

📋 copy color: '#081056'

red 8 ◦ green 16 ◦ blue 86

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

Shades of Sapphire #081056

Tints of Sapphire #081056

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.55%

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

R = 7.27%
G = 14.55%
B = 78.18%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#081056 (or 0x081056) is known color: Sapphire. HEX triplet: 08, 10 and 56. RGB value is (8,16,86). Sum of RGB (Red+Green+Blue) = 8+16+86=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 86 (33.98% from 255 or 78.18% from 110); Max value from RGB is 86 - color contains mainly: blue. Hex color #081056 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081056 is #F7EFA9. Grayscale: #151515. Windows color (decimal): -16248746 or 5640200. OLE color: 5640200.

HSL color Cylindrical-coordinate representation of color #081056: hue angle of 233.85º 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 #081056 is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 8 16 86 -
CMYK 0.91 0.81 0 0.66
HSL 233.85º 0.83% 0.18% -
HSV(B) 233.85º 0.91% 0.34% -
XYZ 1.97 1.09 8.91 -
YUV 21.59 164.35 118.31 -
System Red Green Blue C M Y K H S L
Decimal 8 16 86 0.91 0.81 0 0.66 233.85 0.83 0.18
Hex 8 10 56 5B 51 0 42 EA 53 12
Octal 10 20 126 133 121 0 102 352 123 22
Binary 1000 10000 1010110 1011011 1010001 0 1000010 11101010 1010011 10010

Color Harmonies of #081056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081056

Black with #081056

Text Example


Text Example

White with #081056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081056; }

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

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

background-color css

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

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

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

border-color css

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

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

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