Html Css Color HEX #082048 Sapphire

📋 copy color: '#082048'

red 8 ◦ green 32 ◦ blue 72

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

Shades of Sapphire #082048

Tints of Sapphire #082048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 64.29%

R = 7.14%
G = 28.57%
B = 64.29%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#082048 (or 0x082048) is known color: Sapphire. HEX triplet: 08, 20 and 48. RGB value is (8,32,72). Sum of RGB (Red+Green+Blue) = 8+32+72=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 72 (28.52% from 255 or 64.29% from 112); Max value from RGB is 72 - color contains mainly: blue. Hex color #082048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082048 is #F7DFB7. Grayscale: #1D1D1D. Windows color (decimal): -16244664 or 4726792. OLE color: 4726792.

HSL color Cylindrical-coordinate representation of color #082048: hue angle of 217.5º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #082048 is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 32 72 -
CMYK 0.89 0.56 0 0.72
HSL 217.5º 0.8% 0.16% -
HSV(B) 217.5º 0.89% 0.28% -
XYZ 1.79 1.55 6.34 -
YUV 29.38 152.05 112.75 -
System Red Green Blue C M Y K H S L
Decimal 8 32 72 0.89 0.56 0 0.72 217.5 0.8 0.16
Hex 8 20 48 59 38 0 48 DA 50 10
Octal 10 40 110 131 70 0 110 332 120 20
Binary 1000 100000 1001000 1011001 111000 0 1001000 11011010 1010000 10000

Color Harmonies of #082048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082048

Black with #082048

Text Example


Text Example

White with #082048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082048; }

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

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

background-color css

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

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

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

border-color css

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

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

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