Html Css Color HEX #081A51 Sapphire

📋 copy color: '#081A51'

red 8 ◦ green 26 ◦ blue 81

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

Shades of Sapphire #081A51

Tints of Sapphire #081A51

RGB

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

 GREEN value IS 26 (10.55% from 255) = 22.61%

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

R = 6.96%
G = 22.61%
B = 70.43%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#081A51 (or 0x081A51) is known color: Sapphire. HEX triplet: 08, 1A and 51. RGB value is (8,26,81). Sum of RGB (Red+Green+Blue) = 8+26+81=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 81 (32.03% from 255 or 70.43% from 115); Max value from RGB is 81 - color contains mainly: blue. Hex color #081A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081A51 is #F7E5AE. Grayscale: #1A1A1A. Windows color (decimal): -16246191 or 5315080. OLE color: 5315080.

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

Color convert

RGB 8 26 81 -
CMYK 0.90 0.68 0 0.68
HSL 225.21º 0.82% 0.17% -
HSV(B) 225.21º 0.9% 0.32% -
XYZ 1.95 1.38 7.95 -
YUV 26.89 158.54 114.53 -
System Red Green Blue C M Y K H S L
Decimal 8 26 81 0.90 0.68 0 0.68 225.21 0.82 0.17
Hex 8 1A 51 5A 44 0 44 E1 52 11
Octal 10 32 121 132 104 0 104 341 122 21
Binary 1000 11010 1010001 1011010 1000100 0 1000100 11100001 1010010 10001

Color Harmonies of #081A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081A51

Black with #081A51

Text Example


Text Example

White with #081A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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