Html Css Color HEX #081B73 Sapphire

📋 copy color: '#081B73'

red 8 ◦ green 27 ◦ blue 115

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

Shades of Sapphire #081B73

Tints of Sapphire #081B73

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18%

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

R = 5.33%
G = 18%
B = 76.67%

CMYK

 C value IS 0.93

 M value IS 0.77

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#081B73 (or 0x081B73) is known color: Sapphire. HEX triplet: 08, 1B and 73. RGB value is (8,27,115). Sum of RGB (Red+Green+Blue) = 8+27+115=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 27 (10.94% from 255 or 18% from 150); Blue value is 115 (45.31% from 255 or 76.67% from 150); Max value from RGB is 115 - color contains mainly: blue. Hex color #081B73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081B73 is #F7E48C. Grayscale: #1E1E1E. Windows color (decimal): -16245901 or 7543560. OLE color: 7543560.

HSL color Cylindrical-coordinate representation of color #081B73: hue angle of 229.35º 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 #081B73 is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 27 115 -
CMYK 0.93 0.77 0 0.55
HSL 229.35º 0.87% 0.24% -
HSV(B) 229.35º 0.93% 0.45% -
XYZ 3.59 2.07 16.43 -
YUV 31.35 175.21 111.34 -
System Red Green Blue C M Y K H S L
Decimal 8 27 115 0.93 0.77 0 0.55 229.35 0.87 0.24
Hex 8 1B 73 5D 4D 0 37 E5 57 18
Octal 10 33 163 135 115 0 67 345 127 30
Binary 1000 11011 1110011 1011101 1001101 0 110111 11100101 1010111 11000

Color Harmonies of #081B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081B73

Black with #081B73

Text Example


Text Example

White with #081B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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