Html Css Color HEX #082959 Sapphire

📋 copy color: '#082959'

red 8 ◦ green 41 ◦ blue 89

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

Shades of Sapphire #082959

Tints of Sapphire #082959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.71%

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

R = 5.8%
G = 29.71%
B = 64.49%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#082959 (or 0x082959) is known color: Sapphire. HEX triplet: 08, 29 and 59. RGB value is (8,41,89). Sum of RGB (Red+Green+Blue) = 8+41+89=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 89 (35.16% from 255 or 64.49% from 138); Max value from RGB is 89 - color contains mainly: blue. Hex color #082959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082959 is #F7D6A6. Grayscale: #242424. Windows color (decimal): -16242343 or 5843208. OLE color: 5843208.

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

Color convert

RGB 8 41 89 -
CMYK 0.91 0.54 0 0.65
HSL 215.56º 0.84% 0.19% -
HSV(B) 215.56º 0.91% 0.35% -
XYZ 2.7 2.36 9.76 -
YUV 36.61 157.57 107.6 -
System Red Green Blue C M Y K H S L
Decimal 8 41 89 0.91 0.54 0 0.65 215.56 0.84 0.19
Hex 8 29 59 5B 36 0 41 D8 54 13
Octal 10 51 131 133 66 0 101 330 124 23
Binary 1000 101001 1011001 1011011 110110 0 1000001 11011000 1010100 10011

Color Harmonies of #082959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082959

Black with #082959

Text Example


Text Example

White with #082959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082959; }

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

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

background-color css

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

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

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

border-color css

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

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

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