Html Css Color HEX #183286 Smalt

📋 copy color: '#183286'

red 24 ◦ green 50 ◦ blue 134

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

Shades of Smalt #183286

Tints of Smalt #183286

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.04%

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

R = 11.54%
G = 24.04%
B = 64.42%

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

#183286 (or 0x183286) is known color: Smalt. HEX triplet: 18, 32 and 86. RGB value is (24,50,134). Sum of RGB (Red+Green+Blue) = 24+50+134=208 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.54% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 134 (52.73% from 255 or 64.42% from 208); Max value from RGB is 134 - color contains mainly: blue. Hex color #183286 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183286 is #E7CD79. Grayscale: #333333. Windows color (decimal): -15191418 or 8794648. OLE color: 8794648.

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

Color convert

RGB 24 50 134 -
CMYK 0.82 0.63 0 0.47
HSL 225.82º 0.7% 0.31% -
HSV(B) 225.82º 0.82% 0.53% -
XYZ 5.82 4.2 23.06 -
YUV 51.8 174.39 108.17 -
System Red Green Blue C M Y K H S L
Decimal 24 50 134 0.82 0.63 0 0.47 225.82 0.7 0.31
Hex 18 32 86 52 3F 0 2F E2 46 1F
Octal 30 62 206 122 77 0 57 342 106 37
Binary 11000 110010 10000110 1010010 111111 0 101111 11100010 1000110 11111

Color Harmonies of #183286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183286

Black with #183286

Text Example


Text Example

White with #183286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183286; }

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

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

background-color css

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

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

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

border-color css

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

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

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