Html Css Color HEX #082859 Sapphire

📋 copy color: '#082859'

red 8 ◦ green 40 ◦ blue 89

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

Shades of Sapphire #082859

Tints of Sapphire #082859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 29.2%

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

R = 5.84%
G = 29.2%
B = 64.96%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#082859 (or 0x082859) is known color: Sapphire. HEX triplet: 08, 28 and 59. RGB value is (8,40,89). Sum of RGB (Red+Green+Blue) = 8+40+89=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 89 (35.16% from 255 or 64.96% from 137); Max value from RGB is 89 - color contains mainly: blue. Hex color #082859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082859 is #F7D7A6. Grayscale: #232323. Windows color (decimal): -16242599 or 5842952. OLE color: 5842952.

HSL color Cylindrical-coordinate representation of color #082859: hue angle of 216.3º 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 #082859 is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 40 89 -
CMYK 0.91 0.55 0 0.65
HSL 216.3º 0.84% 0.19% -
HSV(B) 216.3º 0.91% 0.35% -
XYZ 2.66 2.29 9.75 -
YUV 36.02 157.9 108.02 -
System Red Green Blue C M Y K H S L
Decimal 8 40 89 0.91 0.55 0 0.65 216.3 0.84 0.19
Hex 8 28 59 5B 37 0 41 D8 54 13
Octal 10 50 131 133 67 0 101 330 124 23
Binary 1000 101000 1011001 1011011 110111 0 1000001 11011000 1010100 10011

Color Harmonies of #082859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082859

Black with #082859

Text Example


Text Example

White with #082859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082859; }

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

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

background-color css

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

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

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

border-color css

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

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

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