Html Css Color HEX #183186 Smalt

📋 copy color: '#183186'

red 24 ◦ green 49 ◦ blue 134

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

Shades of Smalt #183186

Tints of Smalt #183186

RGB

 RED value IS 24 (9.77% from 255) = 11.59%

 GREEN value IS 49 (19.53% from 255) = 23.67%

 BLUE value IS 134 (52.73% from 255) = 64.73%

R = 11.59%
G = 23.67%
B = 64.73%

CMYK

 C value IS 0.82

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#183186 (or 0x183186) is known color: Smalt. HEX triplet: 18, 31 and 86. RGB value is (24,49,134). Sum of RGB (Red+Green+Blue) = 24+49+134=207 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.59% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 134 (52.73% from 255 or 64.73% from 207); Max value from RGB is 134 - color contains mainly: blue. Hex color #183186 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183186 is #E7CE79. Grayscale: #323232. Windows color (decimal): -15191674 or 8794392. OLE color: 8794392.

HSL color Cylindrical-coordinate representation of color #183186: hue angle of 226.36º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #183186 is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 24 49 134 -
CMYK 0.82 0.63 0 0.47
HSL 226.36º 0.7% 0.31% -
HSV(B) 226.36º 0.82% 0.53% -
XYZ 5.78 4.11 23.04 -
YUV 51.22 174.72 108.59 -
System Red Green Blue C M Y K H S L
Decimal 24 49 134 0.82 0.63 0 0.47 226.36 0.7 0.31
Hex 18 31 86 52 3F 0 2F E2 46 1F
Octal 30 61 206 122 77 0 57 342 106 37
Binary 11000 110001 10000110 1010010 111111 0 101111 11100010 1000110 11111

Color Harmonies of #183186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183186

Black with #183186

Text Example


Text Example

White with #183186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183186; }

 p { color: rgb(24,49,134); }

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

background-color css

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

 a { background-color: rgb(24,49,134); }

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

border-color css

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

 span { border-color: rgb(24,49,134); }

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