Html Css Color HEX #081351 Sapphire

📋 copy color: '#081351'

red 8 ◦ green 19 ◦ blue 81

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

Shades of Sapphire #081351

Tints of Sapphire #081351

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.59%

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

R = 7.41%
G = 17.59%
B = 75%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#081351 (or 0x081351) is known color: Sapphire. HEX triplet: 08, 13 and 51. RGB value is (8,19,81). Sum of RGB (Red+Green+Blue) = 8+19+81=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 81 (32.03% from 255 or 75% from 108); Max value from RGB is 81 - color contains mainly: blue. Hex color #081351 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081351 is #F7ECAE. Grayscale: #161616. Windows color (decimal): -16247983 or 5313288. OLE color: 5313288.

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

Color convert

RGB 8 19 81 -
CMYK 0.90 0.77 0 0.68
HSL 230.96º 0.82% 0.17% -
HSV(B) 230.96º 0.9% 0.32% -
XYZ 1.82 1.11 7.9 -
YUV 22.78 160.86 117.46 -
System Red Green Blue C M Y K H S L
Decimal 8 19 81 0.90 0.77 0 0.68 230.96 0.82 0.17
Hex 8 13 51 5A 4D 0 44 E7 52 11
Octal 10 23 121 132 115 0 104 347 122 21
Binary 1000 10011 1010001 1011010 1001101 0 1000100 11100111 1010010 10001

Color Harmonies of #081351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081351

Black with #081351

Text Example


Text Example

White with #081351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081351; }

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

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

background-color css

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

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

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

border-color css

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

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

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