Html Css Color HEX #082997 Smalt

📋 copy color: '#082997'

red 8 ◦ green 41 ◦ blue 151

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

Shades of Smalt #082997

Tints of Smalt #082997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 75.5%

R = 4%
G = 20.5%
B = 75.5%

CMYK

 C value IS 0.95

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#082997 (or 0x082997) is known color: Smalt. HEX triplet: 08, 29 and 97. RGB value is (8,41,151). Sum of RGB (Red+Green+Blue) = 8+41+151=200 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 151 (59.38% from 255 or 75.5% from 200); Max value from RGB is 151 - color contains mainly: blue. Hex color #082997 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082997 is #F7D668. Grayscale: #2B2B2B. Windows color (decimal): -16242281 or 9906440. OLE color: 9906440.

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

Color convert

RGB 8 41 151 -
CMYK 0.95 0.73 0 0.41
HSL 226.15º 0.9% 0.31% -
HSV(B) 226.15º 0.95% 0.59% -
XYZ 6.48 3.87 29.68 -
YUV 43.67 188.57 102.56 -
System Red Green Blue C M Y K H S L
Decimal 8 41 151 0.95 0.73 0 0.41 226.15 0.9 0.31
Hex 8 29 97 5F 49 0 29 E2 5A 1F
Octal 10 51 227 137 111 0 51 342 132 37
Binary 1000 101001 10010111 1011111 1001001 0 101001 11100010 1011010 11111

Color Harmonies of #082997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082997

Black with #082997

Text Example


Text Example

White with #082997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082997; }

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

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

background-color css

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

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

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

border-color css

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

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

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