Html Css Color HEX #082E7A Sapphire

📋 copy color: '#082E7A'

red 8 ◦ green 46 ◦ blue 122

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

Shades of Sapphire #082E7A

Tints of Sapphire #082E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 69.32%

R = 4.55%
G = 26.14%
B = 69.32%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#082E7A (or 0x082E7A) is known color: Sapphire. HEX triplet: 08, 2E and 7A. RGB value is (8,46,122). Sum of RGB (Red+Green+Blue) = 8+46+122=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 122 (48.05% from 255 or 69.32% from 176); Max value from RGB is 122 - color contains mainly: blue. Hex color #082E7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082E7A is #F7D185. Grayscale: #2A2A2A. Windows color (decimal): -16241030 or 8007176. OLE color: 8007176.

HSL color Cylindrical-coordinate representation of color #082E7A: hue angle of 220º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082E7A is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 8 46 122 -
CMYK 0.93 0.62 0 0.52
HSL 220º 0.88% 0.25% -
HSV(B) 220º 0.93% 0.48% -
XYZ 4.59 3.41 18.83 -
YUV 43.3 172.41 102.82 -
System Red Green Blue C M Y K H S L
Decimal 8 46 122 0.93 0.62 0 0.52 220 0.88 0.25
Hex 8 2E 7A 5D 3E 0 34 DC 58 19
Octal 10 56 172 135 76 0 64 334 130 31
Binary 1000 101110 1111010 1011101 111110 0 110100 11011100 1011000 11001

Color Harmonies of #082E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082E7A

Black with #082E7A

Text Example


Text Example

White with #082E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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