Html Css Color HEX #081F73 Sapphire

📋 copy color: '#081F73'

red 8 ◦ green 31 ◦ blue 115

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

Shades of Sapphire #081F73

Tints of Sapphire #081F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 74.68%

R = 5.19%
G = 20.13%
B = 74.68%

CMYK

 C value IS 0.93

 M value IS 0.73

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#081F73 (or 0x081F73) is known color: Sapphire. HEX triplet: 08, 1F and 73. RGB value is (8,31,115). Sum of RGB (Red+Green+Blue) = 8+31+115=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 31 (12.5% from 255 or 20.13% from 154); Blue value is 115 (45.31% from 255 or 74.68% from 154); Max value from RGB is 115 - color contains mainly: blue. Hex color #081F73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081F73 is #F7E08C. Grayscale: #212121. Windows color (decimal): -16244877 or 7544584. OLE color: 7544584.

HSL color Cylindrical-coordinate representation of color #081F73: hue angle of 227.1º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081F73 is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 31 115 -
CMYK 0.93 0.73 0 0.55
HSL 227.1º 0.87% 0.24% -
HSV(B) 227.1º 0.93% 0.45% -
XYZ 3.68 2.27 16.46 -
YUV 33.7 173.88 109.67 -
System Red Green Blue C M Y K H S L
Decimal 8 31 115 0.93 0.73 0 0.55 227.1 0.87 0.24
Hex 8 1F 73 5D 49 0 37 E3 57 18
Octal 10 37 163 135 111 0 67 343 127 30
Binary 1000 11111 1110011 1011101 1001001 0 110111 11100011 1010111 11000

Color Harmonies of #081F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081F73

Black with #081F73

Text Example


Text Example

White with #081F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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