Html Css Color HEX #082C95 Smalt

📋 copy color: '#082C95'

red 8 ◦ green 44 ◦ blue 149

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

Shades of Smalt #082C95

Tints of Smalt #082C95

RGB

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

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

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

R = 3.98%
G = 21.89%
B = 74.13%

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

#082C95 (or 0x082C95) is known color: Smalt. HEX triplet: 08, 2C and 95. RGB value is (8,44,149). Sum of RGB (Red+Green+Blue) = 8+44+149=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 149 (58.59% from 255 or 74.13% from 201); Max value from RGB is 149 - color contains mainly: blue. Hex color #082C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082C95 is #F7D36A. Grayscale: #2C2C2C. Windows color (decimal): -16241515 or 9776136. OLE color: 9776136.

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

Color convert

RGB 8 44 149 -
CMYK 0.95 0.70 0 0.42
HSL 224.68º 0.9% 0.31% -
HSV(B) 224.68º 0.95% 0.58% -
XYZ 6.43 4.02 28.87 -
YUV 45.21 186.57 101.46 -
System Red Green Blue C M Y K H S L
Decimal 8 44 149 0.95 0.70 0 0.42 224.68 0.9 0.31
Hex 8 2C 95 5F 46 0 2A E1 5A 1F
Octal 10 54 225 137 106 0 52 341 132 37
Binary 1000 101100 10010101 1011111 1000110 0 101010 11100001 1011010 11111

Color Harmonies of #082C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082C95

Black with #082C95

Text Example


Text Example

White with #082C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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