Html Css Color HEX #082792 Smalt

📋 copy color: '#082792'

red 8 ◦ green 39 ◦ blue 146

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

Shades of Smalt #082792

Tints of Smalt #082792

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.21%

 BLUE value IS 146 (57.42% from 255) = 75.65%

R = 4.15%
G = 20.21%
B = 75.65%

CMYK

 C value IS 0.95

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#082792 (or 0x082792) is known color: Smalt. HEX triplet: 08, 27 and 92. RGB value is (8,39,146). Sum of RGB (Red+Green+Blue) = 8+39+146=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 146 (57.42% from 255 or 75.65% from 193); Max value from RGB is 146 - color contains mainly: blue. Hex color #082792 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082792 is #F7D86D. Grayscale: #292929. Windows color (decimal): -16242798 or 9578248. OLE color: 9578248.

HSL color Cylindrical-coordinate representation of color #082792: hue angle of 226.52º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082792 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 39 146 -
CMYK 0.95 0.73 0 0.43
HSL 226.52º 0.9% 0.3% -
HSV(B) 226.52º 0.95% 0.57% -
XYZ 6.01 3.58 27.57 -
YUV 41.93 186.73 103.8 -
System Red Green Blue C M Y K H S L
Decimal 8 39 146 0.95 0.73 0 0.43 226.52 0.9 0.3
Hex 8 27 92 5F 49 0 2B E3 5A 1E
Octal 10 47 222 137 111 0 53 343 132 36
Binary 1000 100111 10010010 1011111 1001001 0 101011 11100011 1011010 11110

Color Harmonies of #082792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082792

Black with #082792

Text Example


Text Example

White with #082792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082792; }

 p { color: rgb(8,39,146); }

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

background-color css

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

 a { background-color: rgb(8,39,146); }

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

border-color css

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

 span { border-color: rgb(8,39,146); }

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