Html Css Color HEX #082F94 Smalt

📋 copy color: '#082F94'

red 8 ◦ green 47 ◦ blue 148

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

Shades of Smalt #082F94

Tints of Smalt #082F94

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.15%

 BLUE value IS 148 (58.2% from 255) = 72.91%

R = 3.94%
G = 23.15%
B = 72.91%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#082F94 (or 0x082F94) is known color: Smalt. HEX triplet: 08, 2F and 94. RGB value is (8,47,148). Sum of RGB (Red+Green+Blue) = 8+47+148=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 148 (58.20% from 255 or 72.91% from 203); Max value from RGB is 148 - color contains mainly: blue. Hex color #082F94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082F94 is #F7D06B. Grayscale: #2E2E2E. Windows color (decimal): -16240748 or 9711368. OLE color: 9711368.

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

Color convert

RGB 8 47 148 -
CMYK 0.95 0.68 0 0.42
HSL 223.29º 0.9% 0.31% -
HSV(B) 223.29º 0.95% 0.58% -
XYZ 6.46 4.22 28.49 -
YUV 46.85 185.08 100.29 -
System Red Green Blue C M Y K H S L
Decimal 8 47 148 0.95 0.68 0 0.42 223.29 0.9 0.31
Hex 8 2F 94 5F 44 0 2A DF 5A 1F
Octal 10 57 224 137 104 0 52 337 132 37
Binary 1000 101111 10010100 1011111 1000100 0 101010 11011111 1011010 11111

Color Harmonies of #082F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082F94

Black with #082F94

Text Example


Text Example

White with #082F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,47,148); }

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

background-color css

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

 a { background-color: rgb(8,47,148); }

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

border-color css

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

 span { border-color: rgb(8,47,148); }

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