Html Css Color HEX #082979 Sapphire

📋 copy color: '#082979'

red 8 ◦ green 41 ◦ blue 121

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

Shades of Sapphire #082979

Tints of Sapphire #082979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 71.18%

R = 4.71%
G = 24.12%
B = 71.18%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#082979 (or 0x082979) is known color: Sapphire. HEX triplet: 08, 29 and 79. RGB value is (8,41,121). Sum of RGB (Red+Green+Blue) = 8+41+121=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 121 (47.66% from 255 or 71.18% from 170); Max value from RGB is 121 - color contains mainly: blue. Hex color #082979 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082979 is #F7D686. Grayscale: #272727. Windows color (decimal): -16242311 or 7940360. OLE color: 7940360.

HSL color Cylindrical-coordinate representation of color #082979: hue angle of 222.48º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082979 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 41 121 -
CMYK 0.93 0.66 0 0.53
HSL 222.48º 0.88% 0.25% -
HSV(B) 222.48º 0.93% 0.47% -
XYZ 4.34 3.02 18.44 -
YUV 40.25 173.57 105 -
System Red Green Blue C M Y K H S L
Decimal 8 41 121 0.93 0.66 0 0.53 222.48 0.88 0.25
Hex 8 29 79 5D 42 0 35 DE 58 19
Octal 10 51 171 135 102 0 65 336 130 31
Binary 1000 101001 1111001 1011101 1000010 0 110101 11011110 1011000 11001

Color Harmonies of #082979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082979

Black with #082979

Text Example


Text Example

White with #082979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082979; }

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

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

background-color css

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

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

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

border-color css

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

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

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