Html Css Color HEX #082650 Sapphire

📋 copy color: '#082650'

red 8 ◦ green 38 ◦ blue 80

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

Shades of Sapphire #082650

Tints of Sapphire #082650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 63.49%

R = 6.35%
G = 30.16%
B = 63.49%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#082650 (or 0x082650) is known color: Sapphire. HEX triplet: 08, 26 and 50. RGB value is (8,38,80). Sum of RGB (Red+Green+Blue) = 8+38+80=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 38 (15.23% from 255 or 30.16% from 126); Blue value is 80 (31.64% from 255 or 63.49% from 126); Max value from RGB is 80 - color contains mainly: blue. Hex color #082650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082650 is #F7D9AF. Grayscale: #212121. Windows color (decimal): -16243120 or 5252616. OLE color: 5252616.

HSL color Cylindrical-coordinate representation of color #082650: hue angle of 215º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082650 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 38 80 -
CMYK 0.90 0.52 0 0.69
HSL 215º 0.82% 0.17% -
HSV(B) 215º 0.9% 0.31% -
XYZ 2.24 2.02 7.86 -
YUV 33.82 154.06 109.58 -
System Red Green Blue C M Y K H S L
Decimal 8 38 80 0.90 0.52 0 0.69 215 0.82 0.17
Hex 8 26 50 5A 34 0 45 D7 52 11
Octal 10 46 120 132 64 0 105 327 122 21
Binary 1000 100110 1010000 1011010 110100 0 1000101 11010111 1010010 10001

Color Harmonies of #082650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082650

Black with #082650

Text Example


Text Example

White with #082650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082650; }

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

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

background-color css

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

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

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

border-color css

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

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

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