Html Css Color HEX #081158 Sapphire

📋 copy color: '#081158'

red 8 ◦ green 17 ◦ blue 88

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

Shades of Sapphire #081158

Tints of Sapphire #081158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 77.88%

R = 7.08%
G = 15.04%
B = 77.88%

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

#081158 (or 0x081158) is known color: Sapphire. HEX triplet: 08, 11 and 58. RGB value is (8,17,88). Sum of RGB (Red+Green+Blue) = 8+17+88=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 88 (34.77% from 255 or 77.88% from 113); Max value from RGB is 88 - color contains mainly: blue. Hex color #081158 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081158 is #F7EEA7. Grayscale: #161616. Windows color (decimal): -16248488 or 5771528. OLE color: 5771528.

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

Color convert

RGB 8 17 88 -
CMYK 0.91 0.81 0 0.65
HSL 233.25º 0.83% 0.19% -
HSV(B) 233.25º 0.91% 0.35% -
XYZ 2.06 1.16 9.35 -
YUV 22.4 165.02 117.73 -
System Red Green Blue C M Y K H S L
Decimal 8 17 88 0.91 0.81 0 0.65 233.25 0.83 0.19
Hex 8 11 58 5B 51 0 41 E9 53 13
Octal 10 21 130 133 121 0 101 351 123 23
Binary 1000 10001 1011000 1011011 1010001 0 1000001 11101001 1010011 10011

Color Harmonies of #081158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081158

Black with #081158

Text Example


Text Example

White with #081158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081158; }

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

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

background-color css

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

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

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

border-color css

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

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

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