Html Css Color HEX #082397 Smalt

📋 copy color: '#082397'

red 8 ◦ green 35 ◦ blue 151

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

Shades of Smalt #082397

Tints of Smalt #082397

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.04%

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

R = 4.12%
G = 18.04%
B = 77.84%

CMYK

 C value IS 0.95

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#082397 (or 0x082397) is known color: Smalt. HEX triplet: 08, 23 and 97. RGB value is (8,35,151). Sum of RGB (Red+Green+Blue) = 8+35+151=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 35 (14.06% from 255 or 18.04% from 194); Blue value is 151 (59.38% from 255 or 77.84% from 194); Max value from RGB is 151 - color contains mainly: blue. Hex color #082397 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082397 is #F7DC68. Grayscale: #272727. Windows color (decimal): -16243817 or 9904904. OLE color: 9904904.

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

Color convert

RGB 8 35 151 -
CMYK 0.95 0.77 0 0.41
HSL 228.67º 0.9% 0.31% -
HSV(B) 228.67º 0.95% 0.59% -
XYZ 6.29 3.49 29.62 -
YUV 40.15 190.55 105.07 -
System Red Green Blue C M Y K H S L
Decimal 8 35 151 0.95 0.77 0 0.41 228.67 0.9 0.31
Hex 8 23 97 5F 4D 0 29 E5 5A 1F
Octal 10 43 227 137 115 0 51 345 132 37
Binary 1000 100011 10010111 1011111 1001101 0 101001 11100101 1011010 11111

Color Harmonies of #082397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082397

Black with #082397

Text Example


Text Example

White with #082397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082397; }

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

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

background-color css

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

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

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

border-color css

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

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

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