Html Css Color HEX #082078 Sapphire

📋 copy color: '#082078'

red 8 ◦ green 32 ◦ blue 120

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

Shades of Sapphire #082078

Tints of Sapphire #082078

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20%

 BLUE value IS 120 (47.27% from 255) = 75%

R = 5%
G = 20%
B = 75%

CMYK

 C value IS 0.93

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#082078 (or 0x082078) is known color: Sapphire. HEX triplet: 08, 20 and 78. RGB value is (8,32,120). Sum of RGB (Red+Green+Blue) = 8+32+120=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 120 (47.27% from 255 or 75% from 160); Max value from RGB is 120 - color contains mainly: blue. Hex color #082078 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082078 is #F7DF87. Grayscale: #222222. Windows color (decimal): -16244616 or 7872520. OLE color: 7872520.

HSL color Cylindrical-coordinate representation of color #082078: hue angle of 227.14º 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 #082078 is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 32 120 -
CMYK 0.93 0.73 0 0.53
HSL 227.14º 0.88% 0.25% -
HSV(B) 227.14º 0.93% 0.47% -
XYZ 4.01 2.44 18.03 -
YUV 34.86 176.05 108.84 -
System Red Green Blue C M Y K H S L
Decimal 8 32 120 0.93 0.73 0 0.53 227.14 0.88 0.25
Hex 8 20 78 5D 49 0 35 E3 58 19
Octal 10 40 170 135 111 0 65 343 130 31
Binary 1000 100000 1111000 1011101 1001001 0 110101 11100011 1011000 11001

Color Harmonies of #082078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082078

Black with #082078

Text Example


Text Example

White with #082078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082078; }

 p { color: rgb(8,32,120); }

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

background-color css

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

 a { background-color: rgb(8,32,120); }

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

border-color css

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

 span { border-color: rgb(8,32,120); }

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