Html Css Color HEX #082550 Sapphire

📋 copy color: '#082550'

red 8 ◦ green 37 ◦ blue 80

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

Shades of Sapphire #082550

Tints of Sapphire #082550

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.6%

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

R = 6.4%
G = 29.6%
B = 64%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#082550 (or 0x082550) is known color: Sapphire. HEX triplet: 08, 25 and 50. RGB value is (8,37,80). Sum of RGB (Red+Green+Blue) = 8+37+80=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 80 (31.64% from 255 or 64% from 125); Max value from RGB is 80 - color contains mainly: blue. Hex color #082550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082550 is #F7DAAF. Grayscale: #212121. Windows color (decimal): -16243376 or 5252360. OLE color: 5252360.

HSL color Cylindrical-coordinate representation of color #082550: hue angle of 215.83º 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 #082550 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 37 80 -
CMYK 0.90 0.54 0 0.69
HSL 215.83º 0.82% 0.17% -
HSV(B) 215.83º 0.9% 0.31% -
XYZ 2.21 1.95 7.85 -
YUV 33.23 154.39 110 -
System Red Green Blue C M Y K H S L
Decimal 8 37 80 0.90 0.54 0 0.69 215.83 0.82 0.17
Hex 8 25 50 5A 36 0 45 D8 52 11
Octal 10 45 120 132 66 0 105 330 122 21
Binary 1000 100101 1010000 1011010 110110 0 1000101 11011000 1010010 10001

Color Harmonies of #082550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082550

Black with #082550

Text Example


Text Example

White with #082550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082550; }

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

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

background-color css

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

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

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

border-color css

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

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

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