Html Css Color HEX #081051 Sapphire

📋 copy color: '#081051'

red 8 ◦ green 16 ◦ blue 81

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

Shades of Sapphire #081051

Tints of Sapphire #081051

RGB

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

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

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

R = 7.62%
G = 15.24%
B = 77.14%

CMYK

 C value IS 0.90

 M value IS 0.80

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#081051 (or 0x081051) is known color: Sapphire. HEX triplet: 08, 10 and 51. RGB value is (8,16,81). Sum of RGB (Red+Green+Blue) = 8+16+81=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 81 (32.03% from 255 or 77.14% from 105); Max value from RGB is 81 - color contains mainly: blue. Hex color #081051 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081051 is #F7EFAE. Grayscale: #141414. Windows color (decimal): -16248751 or 5312520. OLE color: 5312520.

HSL color Cylindrical-coordinate representation of color #081051: hue angle of 233.42º 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 #081051 is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 16 81 -
CMYK 0.90 0.80 0 0.68
HSL 233.42º 0.82% 0.17% -
HSV(B) 233.42º 0.9% 0.32% -
XYZ 1.77 1.02 7.89 -
YUV 21.02 161.85 118.71 -
System Red Green Blue C M Y K H S L
Decimal 8 16 81 0.90 0.80 0 0.68 233.42 0.82 0.17
Hex 8 10 51 5A 50 0 44 E9 52 11
Octal 10 20 121 132 120 0 104 351 122 21
Binary 1000 10000 1010001 1011010 1010000 0 1000100 11101001 1010010 10001

Color Harmonies of #081051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081051

Black with #081051

Text Example


Text Example

White with #081051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081051; }

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

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

background-color css

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

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

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

border-color css

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

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

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