Html Css Color HEX #081F76 Sapphire

📋 copy color: '#081F76'

red 8 ◦ green 31 ◦ blue 118

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

Shades of Sapphire #081F76

Tints of Sapphire #081F76

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.75%

 BLUE value IS 118 (46.48% from 255) = 75.16%

R = 5.1%
G = 19.75%
B = 75.16%

CMYK

 C value IS 0.93

 M value IS 0.74

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#081F76 (or 0x081F76) is known color: Sapphire. HEX triplet: 08, 1F and 76. RGB value is (8,31,118). Sum of RGB (Red+Green+Blue) = 8+31+118=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 118 (46.48% from 255 or 75.16% from 157); Max value from RGB is 118 - color contains mainly: blue. Hex color #081F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081F76 is #F7E089. Grayscale: #212121. Windows color (decimal): -16244874 or 7741192. OLE color: 7741192.

HSL color Cylindrical-coordinate representation of color #081F76: hue angle of 227.45º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081F76 is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 31 118 -
CMYK 0.93 0.74 0 0.54
HSL 227.45º 0.87% 0.25% -
HSV(B) 227.45º 0.93% 0.46% -
XYZ 3.86 2.34 17.39 -
YUV 34.04 175.38 109.43 -
System Red Green Blue C M Y K H S L
Decimal 8 31 118 0.93 0.74 0 0.54 227.45 0.87 0.25
Hex 8 1F 76 5D 4A 0 36 E3 57 19
Octal 10 37 166 135 112 0 66 343 127 31
Binary 1000 11111 1110110 1011101 1001010 0 110110 11100011 1010111 11001

Color Harmonies of #081F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081F76

Black with #081F76

Text Example


Text Example

White with #081F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,31,118); }

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

background-color css

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

 a { background-color: rgb(8,31,118); }

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

border-color css

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

 span { border-color: rgb(8,31,118); }

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