Html Css Color HEX #082578 Sapphire

📋 copy color: '#082578'

red 8 ◦ green 37 ◦ blue 120

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

Shades of Sapphire #082578

Tints of Sapphire #082578

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.42%

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

R = 4.85%
G = 22.42%
B = 72.73%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#082578 (or 0x082578) is known color: Sapphire. HEX triplet: 08, 25 and 78. RGB value is (8,37,120). Sum of RGB (Red+Green+Blue) = 8+37+120=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 120 (47.27% from 255 or 72.73% from 165); Max value from RGB is 120 - color contains mainly: blue. Hex color #082578 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082578 is #F7DA87. Grayscale: #252525. Windows color (decimal): -16243336 or 7873800. OLE color: 7873800.

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

Color convert

RGB 8 37 120 -
CMYK 0.93 0.69 0 0.53
HSL 224.46º 0.88% 0.25% -
HSV(B) 224.46º 0.93% 0.47% -
XYZ 4.15 2.73 18.08 -
YUV 37.79 174.39 106.75 -
System Red Green Blue C M Y K H S L
Decimal 8 37 120 0.93 0.69 0 0.53 224.46 0.88 0.25
Hex 8 25 78 5D 45 0 35 E0 58 19
Octal 10 45 170 135 105 0 65 340 130 31
Binary 1000 100101 1111000 1011101 1000101 0 110101 11100000 1011000 11001

Color Harmonies of #082578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082578

Black with #082578

Text Example


Text Example

White with #082578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082578; }

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

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

background-color css

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

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

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

border-color css

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

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

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