Html Css Color HEX #082E74 Sapphire

📋 copy color: '#082E74'

red 8 ◦ green 46 ◦ blue 116

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

Shades of Sapphire #082E74

Tints of Sapphire #082E74

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.06%

 BLUE value IS 116 (45.7% from 255) = 68.24%

R = 4.71%
G = 27.06%
B = 68.24%

CMYK

 C value IS 0.93

 M value IS 0.60

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#082E74 (or 0x082E74) is known color: Sapphire. HEX triplet: 08, 2E and 74. RGB value is (8,46,116). Sum of RGB (Red+Green+Blue) = 8+46+116=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 46 (18.36% from 255 or 27.06% from 170); Blue value is 116 (45.70% from 255 or 68.24% from 170); Max value from RGB is 116 - color contains mainly: blue. Hex color #082E74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082E74 is #F7D18B. Grayscale: #2A2A2A. Windows color (decimal): -16241036 or 7613960. OLE color: 7613960.

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

Color convert

RGB 8 46 116 -
CMYK 0.93 0.60 0 0.55
HSL 218.89º 0.87% 0.24% -
HSV(B) 218.89º 0.93% 0.45% -
XYZ 4.23 3.27 16.93 -
YUV 42.62 169.41 103.31 -
System Red Green Blue C M Y K H S L
Decimal 8 46 116 0.93 0.60 0 0.55 218.89 0.87 0.24
Hex 8 2E 74 5D 3C 0 37 DB 57 18
Octal 10 56 164 135 74 0 67 333 127 30
Binary 1000 101110 1110100 1011101 111100 0 110111 11011011 1010111 11000

Color Harmonies of #082E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082E74

Black with #082E74

Text Example


Text Example

White with #082E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,46,116); }

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

background-color css

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

 a { background-color: rgb(8,46,116); }

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

border-color css

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

 span { border-color: rgb(8,46,116); }

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