Html Css Color HEX #082C94 Smalt

📋 copy color: '#082C94'

red 8 ◦ green 44 ◦ blue 148

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

Shades of Smalt #082C94

Tints of Smalt #082C94

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22%

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

R = 4%
G = 22%
B = 74%

CMYK

 C value IS 0.95

 M value IS 0.70

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#082C94 (or 0x082C94) is known color: Smalt. HEX triplet: 08, 2C and 94. RGB value is (8,44,148). Sum of RGB (Red+Green+Blue) = 8+44+148=200 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 148 (58.20% from 255 or 74% from 200); Max value from RGB is 148 - color contains mainly: blue. Hex color #082C94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082C94 is #F7D36B. Grayscale: #2C2C2C. Windows color (decimal): -16241516 or 9710600. OLE color: 9710600.

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

Color convert

RGB 8 44 148 -
CMYK 0.95 0.70 0 0.42
HSL 224.57º 0.9% 0.31% -
HSV(B) 224.57º 0.95% 0.58% -
XYZ 6.35 3.99 28.45 -
YUV 45.09 186.07 101.54 -
System Red Green Blue C M Y K H S L
Decimal 8 44 148 0.95 0.70 0 0.42 224.57 0.9 0.31
Hex 8 2C 94 5F 46 0 2A E1 5A 1F
Octal 10 54 224 137 106 0 52 341 132 37
Binary 1000 101100 10010100 1011111 1000110 0 101010 11100001 1011010 11111

Color Harmonies of #082C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082C94

Black with #082C94

Text Example


Text Example

White with #082C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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