Html Css Color HEX #082559 Sapphire

📋 copy color: '#082559'

red 8 ◦ green 37 ◦ blue 89

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

Shades of Sapphire #082559

Tints of Sapphire #082559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 66.42%

R = 5.97%
G = 27.61%
B = 66.42%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#082559 (or 0x082559) is known color: Sapphire. HEX triplet: 08, 25 and 59. RGB value is (8,37,89). Sum of RGB (Red+Green+Blue) = 8+37+89=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 89 (35.16% from 255 or 66.42% from 134); Max value from RGB is 89 - color contains mainly: blue. Hex color #082559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082559 is #F7DAA6. Grayscale: #222222. Windows color (decimal): -16243367 or 5842184. OLE color: 5842184.

HSL color Cylindrical-coordinate representation of color #082559: hue angle of 218.52º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082559 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 37 89 -
CMYK 0.91 0.58 0 0.65
HSL 218.52º 0.84% 0.19% -
HSV(B) 218.52º 0.91% 0.35% -
XYZ 2.56 2.1 9.72 -
YUV 34.26 158.89 109.27 -
System Red Green Blue C M Y K H S L
Decimal 8 37 89 0.91 0.58 0 0.65 218.52 0.84 0.19
Hex 8 25 59 5B 3A 0 41 DB 54 13
Octal 10 45 131 133 72 0 101 333 124 23
Binary 1000 100101 1011001 1011011 111010 0 1000001 11011011 1010100 10011

Color Harmonies of #082559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082559

Black with #082559

Text Example


Text Example

White with #082559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082559; }

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

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

background-color css

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

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

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

border-color css

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

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

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