Html Css Color HEX #082A93 Smalt

📋 copy color: '#082A93'

red 8 ◦ green 42 ◦ blue 147

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

Shades of Smalt #082A93

Tints of Smalt #082A93

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.32%

 BLUE value IS 147 (57.81% from 255) = 74.62%

R = 4.06%
G = 21.32%
B = 74.62%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#082A93 (or 0x082A93) is known color: Smalt. HEX triplet: 08, 2A and 93. RGB value is (8,42,147). Sum of RGB (Red+Green+Blue) = 8+42+147=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 147 (57.81% from 255 or 74.62% from 197); Max value from RGB is 147 - color contains mainly: blue. Hex color #082A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082A93 is #F7D56C. Grayscale: #2B2B2B. Windows color (decimal): -16242029 or 9644552. OLE color: 9644552.

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

Color convert

RGB 8 42 147 -
CMYK 0.95 0.71 0 0.42
HSL 225.32º 0.9% 0.3% -
HSV(B) 225.32º 0.95% 0.58% -
XYZ 6.19 3.81 28.01 -
YUV 43.8 186.24 102.46 -
System Red Green Blue C M Y K H S L
Decimal 8 42 147 0.95 0.71 0 0.42 225.32 0.9 0.3
Hex 8 2A 93 5F 47 0 2A E1 5A 1E
Octal 10 52 223 137 107 0 52 341 132 36
Binary 1000 101010 10010011 1011111 1000111 0 101010 11100001 1011010 11110

Color Harmonies of #082A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082A93

Black with #082A93

Text Example


Text Example

White with #082A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082A93; }

 p { color: rgb(8,42,147); }

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

background-color css

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

 a { background-color: rgb(8,42,147); }

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

border-color css

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

 span { border-color: rgb(8,42,147); }

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