Html Css Color HEX #081751 Sapphire

📋 copy color: '#081751'

red 8 ◦ green 23 ◦ blue 81

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

Shades of Sapphire #081751

Tints of Sapphire #081751

RGB

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

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

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

R = 7.14%
G = 20.54%
B = 72.32%

CMYK

 C value IS 0.90

 M value IS 0.72

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#081751 (or 0x081751) is known color: Sapphire. HEX triplet: 08, 17 and 51. RGB value is (8,23,81). Sum of RGB (Red+Green+Blue) = 8+23+81=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 23 (9.38% from 255 or 20.54% from 112); Blue value is 81 (32.03% from 255 or 72.32% from 112); Max value from RGB is 81 - color contains mainly: blue. Hex color #081751 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081751 is #F7E8AE. Grayscale: #181818. Windows color (decimal): -16246959 or 5314312. OLE color: 5314312.

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

Color convert

RGB 8 23 81 -
CMYK 0.90 0.72 0 0.68
HSL 227.67º 0.82% 0.17% -
HSV(B) 227.67º 0.9% 0.32% -
XYZ 1.89 1.26 7.93 -
YUV 25.13 159.53 115.78 -
System Red Green Blue C M Y K H S L
Decimal 8 23 81 0.90 0.72 0 0.68 227.67 0.82 0.17
Hex 8 17 51 5A 48 0 44 E4 52 11
Octal 10 27 121 132 110 0 104 344 122 21
Binary 1000 10111 1010001 1011010 1001000 0 1000100 11100100 1010010 10001

Color Harmonies of #081751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081751

Black with #081751

Text Example


Text Example

White with #081751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081751; }

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

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

background-color css

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

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

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

border-color css

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

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

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