Html Css Color HEX #082662 Sapphire

📋 copy color: '#082662'

red 8 ◦ green 38 ◦ blue 98

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

Shades of Sapphire #082662

Tints of Sapphire #082662

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.39%

 BLUE value IS 98 (38.67% from 255) = 68.06%

R = 5.56%
G = 26.39%
B = 68.06%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#082662 (or 0x082662) is known color: Sapphire. HEX triplet: 08, 26 and 62. RGB value is (8,38,98). Sum of RGB (Red+Green+Blue) = 8+38+98=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 98 (38.67% from 255 or 68.06% from 144); Max value from RGB is 98 - color contains mainly: blue. Hex color #082662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082662 is #F7D99D. Grayscale: #232323. Windows color (decimal): -16243102 or 6432264. OLE color: 6432264.

HSL color Cylindrical-coordinate representation of color #082662: hue angle of 220º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082662 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 38 98 -
CMYK 0.92 0.61 0 0.62
HSL 220º 0.85% 0.21% -
HSV(B) 220º 0.92% 0.38% -
XYZ 3 2.32 11.85 -
YUV 35.87 163.06 108.12 -
System Red Green Blue C M Y K H S L
Decimal 8 38 98 0.92 0.61 0 0.62 220 0.85 0.21
Hex 8 26 62 5C 3D 0 3E DC 55 15
Octal 10 46 142 134 75 0 76 334 125 25
Binary 1000 100110 1100010 1011100 111101 0 111110 11011100 1010101 10101

Color Harmonies of #082662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082662

Black with #082662

Text Example


Text Example

White with #082662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082662; }

 p { color: rgb(8,38,98); }

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

background-color css

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

 a { background-color: rgb(8,38,98); }

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

border-color css

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

 span { border-color: rgb(8,38,98); }

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