Html Css Color HEX #082592 Smalt

📋 copy color: '#082592'

red 8 ◦ green 37 ◦ blue 146

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

Shades of Smalt #082592

Tints of Smalt #082592

RGB

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

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

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

R = 4.19%
G = 19.37%
B = 76.44%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#082592 (or 0x082592) is known color: Smalt. HEX triplet: 08, 25 and 92. RGB value is (8,37,146). Sum of RGB (Red+Green+Blue) = 8+37+146=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 146 (57.42% from 255 or 76.44% from 191); Max value from RGB is 146 - color contains mainly: blue. Hex color #082592 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082592 is #F7DA6D. Grayscale: #282828. Windows color (decimal): -16243310 or 9577736. OLE color: 9577736.

HSL color Cylindrical-coordinate representation of color #082592: hue angle of 227.39º 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 #082592 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 37 146 -
CMYK 0.95 0.75 0 0.43
HSL 227.39º 0.9% 0.3% -
HSV(B) 227.39º 0.95% 0.57% -
XYZ 5.95 3.45 27.55 -
YUV 40.76 187.39 104.64 -
System Red Green Blue C M Y K H S L
Decimal 8 37 146 0.95 0.75 0 0.43 227.39 0.9 0.3
Hex 8 25 92 5F 4B 0 2B E3 5A 1E
Octal 10 45 222 137 113 0 53 343 132 36
Binary 1000 100101 10010010 1011111 1001011 0 101011 11100011 1011010 11110

Color Harmonies of #082592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082592

Black with #082592

Text Example


Text Example

White with #082592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082592; }

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

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

background-color css

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

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

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

border-color css

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

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

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