Html Css Color HEX #081157 Sapphire

📋 copy color: '#081157'

red 8 ◦ green 17 ◦ blue 87

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

Shades of Sapphire #081157

Tints of Sapphire #081157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 77.68%

R = 7.14%
G = 15.18%
B = 77.68%

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

#081157 (or 0x081157) is known color: Sapphire. HEX triplet: 08, 11 and 57. RGB value is (8,17,87). Sum of RGB (Red+Green+Blue) = 8+17+87=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 87 (34.38% from 255 or 77.68% from 112); Max value from RGB is 87 - color contains mainly: blue. Hex color #081157 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081157 is #F7EEA8. Grayscale: #161616. Windows color (decimal): -16248489 or 5705992. OLE color: 5705992.

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

Color convert

RGB 8 17 87 -
CMYK 0.91 0.80 0 0.66
HSL 233.16º 0.83% 0.19% -
HSV(B) 233.16º 0.91% 0.34% -
XYZ 2.02 1.14 9.13 -
YUV 22.29 164.52 117.81 -
System Red Green Blue C M Y K H S L
Decimal 8 17 87 0.91 0.80 0 0.66 233.16 0.83 0.19
Hex 8 11 57 5B 50 0 42 E9 53 13
Octal 10 21 127 133 120 0 102 351 123 23
Binary 1000 10001 1010111 1011011 1010000 0 1000010 11101001 1010011 10011

Color Harmonies of #081157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081157

Black with #081157

Text Example


Text Example

White with #081157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081157; }

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

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

background-color css

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

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

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

border-color css

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

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

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