Html Css Color HEX #082D9C Smalt

📋 copy color: '#082D9C'

red 8 ◦ green 45 ◦ blue 156

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

Shades of Smalt #082D9C

Tints of Smalt #082D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 74.64%

R = 3.83%
G = 21.53%
B = 74.64%

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

#082D9C (or 0x082D9C) is known color: Smalt. HEX triplet: 08, 2D and 9C. RGB value is (8,45,156). Sum of RGB (Red+Green+Blue) = 8+45+156=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 156 (61.33% from 255 or 74.64% from 209); Max value from RGB is 156 - color contains mainly: blue. Hex color #082D9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082D9C is #F7D263. Grayscale: #2E2E2E. Windows color (decimal): -16241252 or 10235144. OLE color: 10235144.

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

Color convert

RGB 8 45 156 -
CMYK 0.95 0.71 0 0.39
HSL 225º 0.9% 0.32% -
HSV(B) 225º 0.95% 0.61% -
XYZ 7.04 4.33 31.92 -
YUV 46.59 189.74 100.47 -
System Red Green Blue C M Y K H S L
Decimal 8 45 156 0.95 0.71 0 0.39 225 0.9 0.32
Hex 8 2D 9C 5F 47 0 27 E1 5A 20
Octal 10 55 234 137 107 0 47 341 132 40
Binary 1000 101101 10011100 1011111 1000111 0 100111 11100001 1011010 100000

Color Harmonies of #082D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082D9C

Black with #082D9C

Text Example


Text Example

White with #082D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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