Html Css Color HEX #082149 Sapphire

📋 copy color: '#082149'

red 8 ◦ green 33 ◦ blue 73

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

Shades of Sapphire #082149

Tints of Sapphire #082149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 28.95%

 BLUE value IS 73 (28.91% from 255) = 64.04%

R = 7.02%
G = 28.95%
B = 64.04%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#082149 (or 0x082149) is known color: Sapphire. HEX triplet: 08, 21 and 49. RGB value is (8,33,73). Sum of RGB (Red+Green+Blue) = 8+33+73=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 73 (28.91% from 255 or 64.04% from 114); Max value from RGB is 73 - color contains mainly: blue. Hex color #082149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082149 is #F7DEB6. Grayscale: #1D1D1D. Windows color (decimal): -16244407 or 4792584. OLE color: 4792584.

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

Color convert

RGB 8 33 73 -
CMYK 0.89 0.55 0 0.71
HSL 216.92º 0.8% 0.16% -
HSV(B) 216.92º 0.89% 0.29% -
XYZ 1.85 1.62 6.52 -
YUV 30.09 152.22 112.25 -
System Red Green Blue C M Y K H S L
Decimal 8 33 73 0.89 0.55 0 0.71 216.92 0.8 0.16
Hex 8 21 49 59 37 0 47 D9 50 10
Octal 10 41 111 131 67 0 107 331 120 20
Binary 1000 100001 1001001 1011001 110111 0 1000111 11011001 1010000 10000

Color Harmonies of #082149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082149

Black with #082149

Text Example


Text Example

White with #082149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082149; }

 p { color: rgb(8,33,73); }

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

background-color css

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

 a { background-color: rgb(8,33,73); }

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

border-color css

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

 span { border-color: rgb(8,33,73); }

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