Html Css Color HEX #183486 Smalt

📋 copy color: '#183486'

red 24 ◦ green 52 ◦ blue 134

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

Shades of Smalt #183486

Tints of Smalt #183486

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.76%

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

R = 11.43%
G = 24.76%
B = 63.81%

CMYK

 C value IS 0.82

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#183486 (or 0x183486) is known color: Smalt. HEX triplet: 18, 34 and 86. RGB value is (24,52,134). Sum of RGB (Red+Green+Blue) = 24+52+134=210 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.43% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 134 (52.73% from 255 or 63.81% from 210); Max value from RGB is 134 - color contains mainly: blue. Hex color #183486 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183486 is #E7CB79. Grayscale: #343434. Windows color (decimal): -15190906 or 8795160. OLE color: 8795160.

HSL color Cylindrical-coordinate representation of color #183486: hue angle of 224.73º 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 #183486 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 24 52 134 -
CMYK 0.82 0.61 0 0.47
HSL 224.73º 0.7% 0.31% -
HSV(B) 224.73º 0.82% 0.53% -
XYZ 5.91 4.37 23.09 -
YUV 52.98 173.72 107.33 -
System Red Green Blue C M Y K H S L
Decimal 24 52 134 0.82 0.61 0 0.47 224.73 0.7 0.31
Hex 18 34 86 52 3D 0 2F E1 46 1F
Octal 30 64 206 122 75 0 57 341 106 37
Binary 11000 110100 10000110 1010010 111101 0 101111 11100001 1000110 11111

Color Harmonies of #183486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183486

Black with #183486

Text Example


Text Example

White with #183486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183486; }

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

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

background-color css

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

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

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

border-color css

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

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

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