Html Css Color HEX #082561 Sapphire

📋 copy color: '#082561'

red 8 ◦ green 37 ◦ blue 97

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

Shades of Sapphire #082561

Tints of Sapphire #082561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 68.31%

R = 5.63%
G = 26.06%
B = 68.31%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#082561 (or 0x082561) is known color: Sapphire. HEX triplet: 08, 25 and 61. RGB value is (8,37,97). Sum of RGB (Red+Green+Blue) = 8+37+97=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 97 (38.28% from 255 or 68.31% from 142); Max value from RGB is 97 - color contains mainly: blue. Hex color #082561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082561 is #F7DA9E. Grayscale: #222222. Windows color (decimal): -16243359 or 6366472. OLE color: 6366472.

HSL color Cylindrical-coordinate representation of color #082561: hue angle of 220.45º 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 #082561 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 37 97 -
CMYK 0.92 0.62 0 0.62
HSL 220.45º 0.85% 0.21% -
HSV(B) 220.45º 0.92% 0.38% -
XYZ 2.92 2.24 11.59 -
YUV 35.17 162.89 108.62 -
System Red Green Blue C M Y K H S L
Decimal 8 37 97 0.92 0.62 0 0.62 220.45 0.85 0.21
Hex 8 25 61 5C 3E 0 3E DC 55 15
Octal 10 45 141 134 76 0 76 334 125 25
Binary 1000 100101 1100001 1011100 111110 0 111110 11011100 1010101 10101

Color Harmonies of #082561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082561

Black with #082561

Text Example


Text Example

White with #082561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082561; }

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

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

background-color css

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

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

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

border-color css

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

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

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