Html Css Color HEX #082E72 Sapphire

📋 copy color: '#082E72'

red 8 ◦ green 46 ◦ blue 114

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

Shades of Sapphire #082E72

Tints of Sapphire #082E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 67.86%

R = 4.76%
G = 27.38%
B = 67.86%

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

#082E72 (or 0x082E72) is known color: Sapphire. HEX triplet: 08, 2E and 72. RGB value is (8,46,114). Sum of RGB (Red+Green+Blue) = 8+46+114=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 114 (44.92% from 255 or 67.86% from 168); Max value from RGB is 114 - color contains mainly: blue. Hex color #082E72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082E72 is #F7D18D. Grayscale: #2A2A2A. Windows color (decimal): -16241038 or 7482888. OLE color: 7482888.

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

Color convert

RGB 8 46 114 -
CMYK 0.93 0.60 0 0.55
HSL 218.49º 0.87% 0.24% -
HSV(B) 218.49º 0.93% 0.45% -
XYZ 4.11 3.22 16.32 -
YUV 42.39 168.41 103.47 -
System Red Green Blue C M Y K H S L
Decimal 8 46 114 0.93 0.60 0 0.55 218.49 0.87 0.24
Hex 8 2E 72 5D 3C 0 37 DA 57 18
Octal 10 56 162 135 74 0 67 332 127 30
Binary 1000 101110 1110010 1011101 111100 0 110111 11011010 1010111 11000

Color Harmonies of #082E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082E72

Black with #082E72

Text Example


Text Example

White with #082E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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