Html Css Color HEX #082995 Smalt

📋 copy color: '#082995'

red 8 ◦ green 41 ◦ blue 149

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

Shades of Smalt #082995

Tints of Smalt #082995

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.71%

 BLUE value IS 149 (58.59% from 255) = 75.25%

R = 4.04%
G = 20.71%
B = 75.25%

CMYK

 C value IS 0.95

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#082995 (or 0x082995) is known color: Smalt. HEX triplet: 08, 29 and 95. RGB value is (8,41,149). Sum of RGB (Red+Green+Blue) = 8+41+149=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 149 (58.59% from 255 or 75.25% from 198); Max value from RGB is 149 - color contains mainly: blue. Hex color #082995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082995 is #F7D66A. Grayscale: #2A2A2A. Windows color (decimal): -16242283 or 9775368. OLE color: 9775368.

HSL color Cylindrical-coordinate representation of color #082995: hue angle of 225.96º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082995 is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 41 149 -
CMYK 0.95 0.72 0 0.42
HSL 225.96º 0.9% 0.31% -
HSV(B) 225.96º 0.95% 0.58% -
XYZ 6.32 3.81 28.84 -
YUV 43.45 187.57 102.72 -
System Red Green Blue C M Y K H S L
Decimal 8 41 149 0.95 0.72 0 0.42 225.96 0.9 0.31
Hex 8 29 95 5F 48 0 2A E2 5A 1F
Octal 10 51 225 137 110 0 52 342 132 37
Binary 1000 101001 10010101 1011111 1001000 0 101010 11100010 1011010 11111

Color Harmonies of #082995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082995

Black with #082995

Text Example


Text Example

White with #082995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082995; }

 p { color: rgb(8,41,149); }

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

background-color css

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

 a { background-color: rgb(8,41,149); }

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

border-color css

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

 span { border-color: rgb(8,41,149); }

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