Html Css Color HEX #082E66 Sapphire

📋 copy color: '#082E66'

red 8 ◦ green 46 ◦ blue 102

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

Shades of Sapphire #082E66

Tints of Sapphire #082E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 65.38%

R = 5.13%
G = 29.49%
B = 65.38%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#082E66 (or 0x082E66) is known color: Sapphire. HEX triplet: 08, 2E and 66. RGB value is (8,46,102). Sum of RGB (Red+Green+Blue) = 8+46+102=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 46 (18.36% from 255 or 29.49% from 156); Blue value is 102 (40.23% from 255 or 65.38% from 156); Max value from RGB is 102 - color contains mainly: blue. Hex color #082E66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082E66 is #F7D199. Grayscale: #282828. Windows color (decimal): -16241050 or 6696456. OLE color: 6696456.

HSL color Cylindrical-coordinate representation of color #082E66: hue angle of 215.74º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082E66 is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 8 46 102 -
CMYK 0.92 0.55 0 0.6
HSL 215.74º 0.85% 0.22% -
HSV(B) 215.74º 0.92% 0.4% -
XYZ 3.48 2.96 12.96 -
YUV 41.02 162.41 104.45 -
System Red Green Blue C M Y K H S L
Decimal 8 46 102 0.92 0.55 0 0.6 215.74 0.85 0.22
Hex 8 2E 66 5C 37 0 3C D8 55 16
Octal 10 56 146 134 67 0 74 330 125 26
Binary 1000 101110 1100110 1011100 110111 0 111100 11011000 1010101 10110

Color Harmonies of #082E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082E66

Black with #082E66

Text Example


Text Example

White with #082E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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