Html Css Color HEX #082C9C Smalt

📋 copy color: '#082C9C'

red 8 ◦ green 44 ◦ blue 156

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

Shades of Smalt #082C9C

Tints of Smalt #082C9C

RGB

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

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

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

R = 3.85%
G = 21.15%
B = 75%

CMYK

 C value IS 0.95

 M value IS 0.72

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#082C9C (or 0x082C9C) is known color: Smalt. HEX triplet: 08, 2C and 9C. RGB value is (8,44,156). Sum of RGB (Red+Green+Blue) = 8+44+156=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 156 (61.33% from 255 or 75% from 208); Max value from RGB is 156 - color contains mainly: blue. Hex color #082C9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082C9C is #F7D363. Grayscale: #2D2D2D. Windows color (decimal): -16241508 or 10234888. OLE color: 10234888.

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

Color convert

RGB 8 44 156 -
CMYK 0.95 0.72 0 0.39
HSL 225.41º 0.9% 0.32% -
HSV(B) 225.41º 0.95% 0.61% -
XYZ 7 4.25 31.9 -
YUV 46 190.07 100.89 -
System Red Green Blue C M Y K H S L
Decimal 8 44 156 0.95 0.72 0 0.39 225.41 0.9 0.32
Hex 8 2C 9C 5F 48 0 27 E1 5A 20
Octal 10 54 234 137 110 0 47 341 132 40
Binary 1000 101100 10011100 1011111 1001000 0 100111 11100001 1011010 100000

Color Harmonies of #082C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082C9C

Black with #082C9C

Text Example


Text Example

White with #082C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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