Html Css Color HEX #082D9B Smalt

📋 copy color: '#082D9B'

red 8 ◦ green 45 ◦ blue 155

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

Shades of Smalt #082D9B

Tints of Smalt #082D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 74.52%

R = 3.85%
G = 21.63%
B = 74.52%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#082D9B (or 0x082D9B) is known color: Smalt. HEX triplet: 08, 2D and 9B. RGB value is (8,45,155). Sum of RGB (Red+Green+Blue) = 8+45+155=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 155 (60.94% from 255 or 74.52% from 208); Max value from RGB is 155 - color contains mainly: blue. Hex color #082D9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082D9B is #F7D264. Grayscale: #2E2E2E. Windows color (decimal): -16241253 or 10169608. OLE color: 10169608.

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

Color convert

RGB 8 45 155 -
CMYK 0.95 0.71 0 0.39
HSL 224.9º 0.9% 0.32% -
HSV(B) 224.9º 0.95% 0.61% -
XYZ 6.95 4.29 31.47 -
YUV 46.48 189.24 100.56 -
System Red Green Blue C M Y K H S L
Decimal 8 45 155 0.95 0.71 0 0.39 224.9 0.9 0.32
Hex 8 2D 9B 5F 47 0 27 E1 5A 20
Octal 10 55 233 137 107 0 47 341 132 40
Binary 1000 101101 10011011 1011111 1000111 0 100111 11100001 1011010 100000

Color Harmonies of #082D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082D9B

Black with #082D9B

Text Example


Text Example

White with #082D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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