Html Css Color HEX #082560 Sapphire

📋 copy color: '#082560'

red 8 ◦ green 37 ◦ blue 96

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

Shades of Sapphire #082560

Tints of Sapphire #082560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 68.09%

R = 5.67%
G = 26.24%
B = 68.09%

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

#082560 (or 0x082560) is known color: Sapphire. HEX triplet: 08, 25 and 60. RGB value is (8,37,96). Sum of RGB (Red+Green+Blue) = 8+37+96=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 96 (37.89% from 255 or 68.09% from 141); Max value from RGB is 96 - color contains mainly: blue. Hex color #082560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082560 is #F7DA9F. Grayscale: #222222. Windows color (decimal): -16243360 or 6300936. OLE color: 6300936.

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

Color convert

RGB 8 37 96 -
CMYK 0.92 0.61 0 0.62
HSL 220.23º 0.85% 0.2% -
HSV(B) 220.23º 0.92% 0.38% -
XYZ 2.87 2.22 11.34 -
YUV 35.06 162.39 108.7 -
System Red Green Blue C M Y K H S L
Decimal 8 37 96 0.92 0.61 0 0.62 220.23 0.85 0.2
Hex 8 25 60 5C 3D 0 3E DC 55 14
Octal 10 45 140 134 75 0 76 334 125 24
Binary 1000 100101 1100000 1011100 111101 0 111110 11011100 1010101 10100

Color Harmonies of #082560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082560

Black with #082560

Text Example


Text Example

White with #082560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082560; }

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

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

background-color css

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

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

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

border-color css

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

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

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