Html Css Color HEX #082D9D Smalt

📋 copy color: '#082D9D'

red 8 ◦ green 45 ◦ blue 157

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

Shades of Smalt #082D9D

Tints of Smalt #082D9D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.43%

 BLUE value IS 157 (61.72% from 255) = 74.76%

R = 3.81%
G = 21.43%
B = 74.76%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#082D9D (or 0x082D9D) is known color: Smalt. HEX triplet: 08, 2D and 9D. RGB value is (8,45,157). Sum of RGB (Red+Green+Blue) = 8+45+157=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 157 (61.72% from 255 or 74.76% from 210); Max value from RGB is 157 - color contains mainly: blue. Hex color #082D9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082D9D is #F7D262. Grayscale: #2E2E2E. Windows color (decimal): -16241251 or 10300680. OLE color: 10300680.

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

Color convert

RGB 8 45 157 -
CMYK 0.95 0.71 0 0.38
HSL 225.1º 0.9% 0.32% -
HSV(B) 225.1º 0.95% 0.62% -
XYZ 7.12 4.36 32.36 -
YUV 46.71 190.24 100.39 -
System Red Green Blue C M Y K H S L
Decimal 8 45 157 0.95 0.71 0 0.38 225.1 0.9 0.32
Hex 8 2D 9D 5F 47 0 26 E1 5A 20
Octal 10 55 235 137 107 0 46 341 132 40
Binary 1000 101101 10011101 1011111 1000111 0 100110 11100001 1011010 100000

Color Harmonies of #082D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082D9D

Black with #082D9D

Text Example


Text Example

White with #082D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,45,157); }

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

background-color css

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

 a { background-color: rgb(8,45,157); }

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

border-color css

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

 span { border-color: rgb(8,45,157); }

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