Html Css Color HEX #082159 Sapphire

📋 copy color: '#082159'

red 8 ◦ green 33 ◦ blue 89

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

Shades of Sapphire #082159

Tints of Sapphire #082159

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25.38%

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

R = 6.15%
G = 25.38%
B = 68.46%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#082159 (or 0x082159) is known color: Sapphire. HEX triplet: 08, 21 and 59. RGB value is (8,33,89). Sum of RGB (Red+Green+Blue) = 8+33+89=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 89 (35.16% from 255 or 68.46% from 130); Max value from RGB is 89 - color contains mainly: blue. Hex color #082159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082159 is #F7DEA6. Grayscale: #1F1F1F. Windows color (decimal): -16244391 or 5841160. OLE color: 5841160.

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

Color convert

RGB 8 33 89 -
CMYK 0.91 0.63 0 0.65
HSL 221.48º 0.84% 0.19% -
HSV(B) 221.48º 0.91% 0.35% -
XYZ 2.45 1.86 9.68 -
YUV 31.91 160.22 110.95 -
System Red Green Blue C M Y K H S L
Decimal 8 33 89 0.91 0.63 0 0.65 221.48 0.84 0.19
Hex 8 21 59 5B 3F 0 41 DD 54 13
Octal 10 41 131 133 77 0 101 335 124 23
Binary 1000 100001 1011001 1011011 111111 0 1000001 11011101 1010100 10011

Color Harmonies of #082159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082159

Black with #082159

Text Example


Text Example

White with #082159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082159; }

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

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

background-color css

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

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

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

border-color css

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

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

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