Html Css Color HEX #082695 Smalt

📋 copy color: '#082695'

red 8 ◦ green 38 ◦ blue 149

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

Shades of Smalt #082695

Tints of Smalt #082695

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.49%

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

R = 4.1%
G = 19.49%
B = 76.41%

CMYK

 C value IS 0.95

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#082695 (or 0x082695) is known color: Smalt. HEX triplet: 08, 26 and 95. RGB value is (8,38,149). Sum of RGB (Red+Green+Blue) = 8+38+149=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 149 (58.59% from 255 or 76.41% from 195); Max value from RGB is 149 - color contains mainly: blue. Hex color #082695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082695 is #F7D96A. Grayscale: #292929. Windows color (decimal): -16243051 or 9774600. OLE color: 9774600.

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

Color convert

RGB 8 38 149 -
CMYK 0.95 0.74 0 0.42
HSL 227.23º 0.9% 0.31% -
HSV(B) 227.23º 0.95% 0.58% -
XYZ 6.22 3.61 28.8 -
YUV 41.68 188.56 103.97 -
System Red Green Blue C M Y K H S L
Decimal 8 38 149 0.95 0.74 0 0.42 227.23 0.9 0.31
Hex 8 26 95 5F 4A 0 2A E3 5A 1F
Octal 10 46 225 137 112 0 52 343 132 37
Binary 1000 100110 10010101 1011111 1001010 0 101010 11100011 1011010 11111

Color Harmonies of #082695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082695

Black with #082695

Text Example


Text Example

White with #082695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082695; }

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

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

background-color css

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

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

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

border-color css

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

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

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