Html Css Color HEX #082249 Sapphire

📋 copy color: '#082249'

red 8 ◦ green 34 ◦ blue 73

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

Shades of Sapphire #082249

Tints of Sapphire #082249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 29.57%

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

R = 6.96%
G = 29.57%
B = 63.48%

CMYK

 C value IS 0.89

 M value IS 0.53

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#082249 (or 0x082249) is known color: Sapphire. HEX triplet: 08, 22 and 49. RGB value is (8,34,73). Sum of RGB (Red+Green+Blue) = 8+34+73=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 73 (28.91% from 255 or 63.48% from 115); Max value from RGB is 73 - color contains mainly: blue. Hex color #082249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082249 is #F7DDB6. Grayscale: #1E1E1E. Windows color (decimal): -16244151 or 4792840. OLE color: 4792840.

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

Color convert

RGB 8 34 73 -
CMYK 0.89 0.53 0 0.71
HSL 216º 0.8% 0.16% -
HSV(B) 216º 0.89% 0.29% -
XYZ 1.87 1.68 6.53 -
YUV 30.67 151.89 111.83 -
System Red Green Blue C M Y K H S L
Decimal 8 34 73 0.89 0.53 0 0.71 216 0.8 0.16
Hex 8 22 49 59 35 0 47 D8 50 10
Octal 10 42 111 131 65 0 107 330 120 20
Binary 1000 100010 1001001 1011001 110101 0 1000111 11011000 1010000 10000

Color Harmonies of #082249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082249

Black with #082249

Text Example


Text Example

White with #082249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082249; }

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

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

background-color css

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

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

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

border-color css

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

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

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