Html Css Color HEX #082773 Sapphire

📋 copy color: '#082773'

red 8 ◦ green 39 ◦ blue 115

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

Shades of Sapphire #082773

Tints of Sapphire #082773

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.07%

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

R = 4.94%
G = 24.07%
B = 70.99%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#082773 (or 0x082773) is known color: Sapphire. HEX triplet: 08, 27 and 73. RGB value is (8,39,115). Sum of RGB (Red+Green+Blue) = 8+39+115=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 115 (45.31% from 255 or 70.99% from 162); Max value from RGB is 115 - color contains mainly: blue. Hex color #082773 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082773 is #F7D88C. Grayscale: #262626. Windows color (decimal): -16242829 or 7546632. OLE color: 7546632.

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

Color convert

RGB 8 39 115 -
CMYK 0.93 0.66 0 0.55
HSL 222.62º 0.87% 0.24% -
HSV(B) 222.62º 0.93% 0.45% -
XYZ 3.92 2.74 16.54 -
YUV 38.4 171.23 106.32 -
System Red Green Blue C M Y K H S L
Decimal 8 39 115 0.93 0.66 0 0.55 222.62 0.87 0.24
Hex 8 27 73 5D 42 0 37 DF 57 18
Octal 10 47 163 135 102 0 67 337 127 30
Binary 1000 100111 1110011 1011101 1000010 0 110111 11011111 1010111 11000

Color Harmonies of #082773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082773

Black with #082773

Text Example


Text Example

White with #082773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082773; }

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

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

background-color css

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

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

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

border-color css

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

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

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