Html Css Color HEX #081756 Sapphire

📋 copy color: '#081756'

red 8 ◦ green 23 ◦ blue 86

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

Shades of Sapphire #081756

Tints of Sapphire #081756

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.66%

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

R = 6.84%
G = 19.66%
B = 73.5%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#081756 (or 0x081756) is known color: Sapphire. HEX triplet: 08, 17 and 56. RGB value is (8,23,86). Sum of RGB (Red+Green+Blue) = 8+23+86=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 86 (33.98% from 255 or 73.50% from 117); Max value from RGB is 86 - color contains mainly: blue. Hex color #081756 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081756 is #F7E8A9. Grayscale: #191919. Windows color (decimal): -16246954 or 5641992. OLE color: 5641992.

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

Color convert

RGB 8 23 86 -
CMYK 0.91 0.73 0 0.66
HSL 228.46º 0.83% 0.18% -
HSV(B) 228.46º 0.91% 0.34% -
XYZ 2.09 1.34 8.95 -
YUV 25.7 162.03 115.38 -
System Red Green Blue C M Y K H S L
Decimal 8 23 86 0.91 0.73 0 0.66 228.46 0.83 0.18
Hex 8 17 56 5B 49 0 42 E4 53 12
Octal 10 27 126 133 111 0 102 344 123 22
Binary 1000 10111 1010110 1011011 1001001 0 1000010 11100100 1010011 10010

Color Harmonies of #081756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081756

Black with #081756

Text Example


Text Example

White with #081756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081756; }

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

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

background-color css

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

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

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

border-color css

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

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

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