Html Css Color HEX #082073 Sapphire

📋 copy color: '#082073'

red 8 ◦ green 32 ◦ blue 115

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

Shades of Sapphire #082073

Tints of Sapphire #082073

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.65%

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

R = 5.16%
G = 20.65%
B = 74.19%

CMYK

 C value IS 0.93

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#082073 (or 0x082073) is known color: Sapphire. HEX triplet: 08, 20 and 73. RGB value is (8,32,115). Sum of RGB (Red+Green+Blue) = 8+32+115=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 115 (45.31% from 255 or 74.19% from 155); Max value from RGB is 115 - color contains mainly: blue. Hex color #082073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082073 is #F7DF8C. Grayscale: #212121. Windows color (decimal): -16244621 or 7544840. OLE color: 7544840.

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

Color convert

RGB 8 32 115 -
CMYK 0.93 0.72 0 0.55
HSL 226.54º 0.87% 0.24% -
HSV(B) 226.54º 0.93% 0.45% -
XYZ 3.71 2.32 16.47 -
YUV 34.29 173.55 109.25 -
System Red Green Blue C M Y K H S L
Decimal 8 32 115 0.93 0.72 0 0.55 226.54 0.87 0.24
Hex 8 20 73 5D 48 0 37 E3 57 18
Octal 10 40 163 135 110 0 67 343 127 30
Binary 1000 100000 1110011 1011101 1001000 0 110111 11100011 1010111 11000

Color Harmonies of #082073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082073

Black with #082073

Text Example


Text Example

White with #082073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082073; }

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

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

background-color css

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

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

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

border-color css

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

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

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