Html Css Color HEX #082F73 Sapphire

📋 copy color: '#082F73'

red 8 ◦ green 47 ◦ blue 115

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

Shades of Sapphire #082F73

Tints of Sapphire #082F73

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.65%

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

R = 4.71%
G = 27.65%
B = 67.65%

CMYK

 C value IS 0.93

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#082F73 (or 0x082F73) is known color: Sapphire. HEX triplet: 08, 2F and 73. RGB value is (8,47,115). Sum of RGB (Red+Green+Blue) = 8+47+115=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 115 (45.31% from 255 or 67.65% from 170); Max value from RGB is 115 - color contains mainly: blue. Hex color #082F73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082F73 is #F7D08C. Grayscale: #2A2A2A. Windows color (decimal): -16240781 or 7548680. OLE color: 7548680.

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

Color convert

RGB 8 47 115 -
CMYK 0.93 0.59 0 0.55
HSL 218.13º 0.87% 0.24% -
HSV(B) 218.13º 0.93% 0.45% -
XYZ 4.21 3.32 16.64 -
YUV 43.09 168.58 102.97 -
System Red Green Blue C M Y K H S L
Decimal 8 47 115 0.93 0.59 0 0.55 218.13 0.87 0.24
Hex 8 2F 73 5D 3B 0 37 DA 57 18
Octal 10 57 163 135 73 0 67 332 127 30
Binary 1000 101111 1110011 1011101 111011 0 110111 11011010 1010111 11000

Color Harmonies of #082F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082F73

Black with #082F73

Text Example


Text Example

White with #082F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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