Html Css Color HEX #183485 Smalt

📋 copy color: '#183485'

red 24 ◦ green 52 ◦ blue 133

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

Shades of Smalt #183485

Tints of Smalt #183485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 63.64%

R = 11.48%
G = 24.88%
B = 63.64%

CMYK

 C value IS 0.82

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#183485 (or 0x183485) is known color: Smalt. HEX triplet: 18, 34 and 85. RGB value is (24,52,133). Sum of RGB (Red+Green+Blue) = 24+52+133=209 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.48% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 133 (52.34% from 255 or 63.64% from 209); Max value from RGB is 133 - color contains mainly: blue. Hex color #183485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183485 is #E7CB7A. Grayscale: #343434. Windows color (decimal): -15190907 or 8729624. OLE color: 8729624.

HSL color Cylindrical-coordinate representation of color #183485: hue angle of 224.59º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #183485 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 24 52 133 -
CMYK 0.82 0.61 0 0.48
HSL 224.59º 0.69% 0.31% -
HSV(B) 224.59º 0.82% 0.52% -
XYZ 5.84 4.34 22.72 -
YUV 52.86 173.22 107.41 -
System Red Green Blue C M Y K H S L
Decimal 24 52 133 0.82 0.61 0 0.48 224.59 0.69 0.31
Hex 18 34 85 52 3D 0 30 E1 45 1F
Octal 30 64 205 122 75 0 60 341 105 37
Binary 11000 110100 10000101 1010010 111101 0 110000 11100001 1000101 11111

Color Harmonies of #183485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183485

Black with #183485

Text Example


Text Example

White with #183485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183485; }

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

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

background-color css

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

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

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

border-color css

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

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

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