Html Css Color HEX #081151 Sapphire

📋 copy color: '#081151'

red 8 ◦ green 17 ◦ blue 81

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

Shades of Sapphire #081151

Tints of Sapphire #081151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 76.42%

R = 7.55%
G = 16.04%
B = 76.42%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#081151 (or 0x081151) is known color: Sapphire. HEX triplet: 08, 11 and 51. RGB value is (8,17,81). Sum of RGB (Red+Green+Blue) = 8+17+81=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 81 (32.03% from 255 or 76.42% from 106); Max value from RGB is 81 - color contains mainly: blue. Hex color #081151 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081151 is #F7EEAE. Grayscale: #151515. Windows color (decimal): -16248495 or 5312776. OLE color: 5312776.

HSL color Cylindrical-coordinate representation of color #081151: hue angle of 232.6º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081151 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 17 81 -
CMYK 0.90 0.79 0 0.68
HSL 232.6º 0.82% 0.17% -
HSV(B) 232.6º 0.9% 0.32% -
XYZ 1.79 1.05 7.89 -
YUV 21.61 161.52 118.3 -
System Red Green Blue C M Y K H S L
Decimal 8 17 81 0.90 0.79 0 0.68 232.6 0.82 0.17
Hex 8 11 51 5A 4F 0 44 E9 52 11
Octal 10 21 121 132 117 0 104 351 122 21
Binary 1000 10001 1010001 1011010 1001111 0 1000100 11101001 1010010 10001

Color Harmonies of #081151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081151

Black with #081151

Text Example


Text Example

White with #081151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081151; }

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

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

background-color css

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

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

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

border-color css

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

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

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