Html Css Color HEX #082473 Sapphire

📋 copy color: '#082473'

red 8 ◦ green 36 ◦ blue 115

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

Shades of Sapphire #082473

Tints of Sapphire #082473

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.64%

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

R = 5.03%
G = 22.64%
B = 72.33%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#082473 (or 0x082473) is known color: Sapphire. HEX triplet: 08, 24 and 73. RGB value is (8,36,115). Sum of RGB (Red+Green+Blue) = 8+36+115=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 115 (45.31% from 255 or 72.33% from 159); Max value from RGB is 115 - color contains mainly: blue. Hex color #082473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082473 is #F7DB8C. Grayscale: #242424. Windows color (decimal): -16243597 or 7545864. OLE color: 7545864.

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

Color convert

RGB 8 36 115 -
CMYK 0.93 0.69 0 0.55
HSL 224.3º 0.87% 0.24% -
HSV(B) 224.3º 0.93% 0.45% -
XYZ 3.83 2.55 16.51 -
YUV 36.63 172.22 107.58 -
System Red Green Blue C M Y K H S L
Decimal 8 36 115 0.93 0.69 0 0.55 224.3 0.87 0.24
Hex 8 24 73 5D 45 0 37 E0 57 18
Octal 10 44 163 135 105 0 67 340 127 30
Binary 1000 100100 1110011 1011101 1000101 0 110111 11100000 1010111 11000

Color Harmonies of #082473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082473

Black with #082473

Text Example


Text Example

White with #082473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082473; }

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

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

background-color css

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

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

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

border-color css

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

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

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