Html Css Color HEX #082259 Sapphire

📋 copy color: '#082259'

red 8 ◦ green 34 ◦ blue 89

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

Shades of Sapphire #082259

Tints of Sapphire #082259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.95%

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

R = 6.11%
G = 25.95%
B = 67.94%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#082259 (or 0x082259) is known color: Sapphire. HEX triplet: 08, 22 and 59. RGB value is (8,34,89). Sum of RGB (Red+Green+Blue) = 8+34+89=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 89 (35.16% from 255 or 67.94% from 131); Max value from RGB is 89 - color contains mainly: blue. Hex color #082259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082259 is #F7DDA6. Grayscale: #202020. Windows color (decimal): -16244135 or 5841416. OLE color: 5841416.

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

Color convert

RGB 8 34 89 -
CMYK 0.91 0.62 0 0.65
HSL 220.74º 0.84% 0.19% -
HSV(B) 220.74º 0.91% 0.35% -
XYZ 2.48 1.92 9.69 -
YUV 32.5 159.89 110.53 -
System Red Green Blue C M Y K H S L
Decimal 8 34 89 0.91 0.62 0 0.65 220.74 0.84 0.19
Hex 8 22 59 5B 3E 0 41 DD 54 13
Octal 10 42 131 133 76 0 101 335 124 23
Binary 1000 100010 1011001 1011011 111110 0 1000001 11011101 1010100 10011

Color Harmonies of #082259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082259

Black with #082259

Text Example


Text Example

White with #082259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082259; }

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

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

background-color css

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

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

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

border-color css

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

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

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