Html Css Color HEX #183586 Smalt

📋 copy color: '#183586'

red 24 ◦ green 53 ◦ blue 134

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

Shades of Smalt #183586

Tints of Smalt #183586

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.12%

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

R = 11.37%
G = 25.12%
B = 63.51%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#183586 (or 0x183586) is known color: Smalt. HEX triplet: 18, 35 and 86. RGB value is (24,53,134). Sum of RGB (Red+Green+Blue) = 24+53+134=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 134 (52.73% from 255 or 63.51% from 211); Max value from RGB is 134 - color contains mainly: blue. Hex color #183586 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183586 is #E7CA79. Grayscale: #353535. Windows color (decimal): -15190650 or 8795416. OLE color: 8795416.

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

Color convert

RGB 24 53 134 -
CMYK 0.82 0.60 0 0.47
HSL 224.18º 0.7% 0.31% -
HSV(B) 224.18º 0.82% 0.53% -
XYZ 5.95 4.46 23.1 -
YUV 53.56 173.39 106.91 -
System Red Green Blue C M Y K H S L
Decimal 24 53 134 0.82 0.60 0 0.47 224.18 0.7 0.31
Hex 18 35 86 52 3C 0 2F E0 46 1F
Octal 30 65 206 122 74 0 57 340 106 37
Binary 11000 110101 10000110 1010010 111100 0 101111 11100000 1000110 11111

Color Harmonies of #183586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183586

Black with #183586

Text Example


Text Example

White with #183586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183586; }

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

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

background-color css

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

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

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

border-color css

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

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

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