Html Css Color HEX #183085 Smalt

📋 copy color: '#183085'

red 24 ◦ green 48 ◦ blue 133

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

Shades of Smalt #183085

Tints of Smalt #183085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.41%

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

R = 11.71%
G = 23.41%
B = 64.88%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#183085 (or 0x183085) is known color: Smalt. HEX triplet: 18, 30 and 85. RGB value is (24,48,133). Sum of RGB (Red+Green+Blue) = 24+48+133=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #183085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183085 is #E7CF7A. Grayscale: #323232. Windows color (decimal): -15191931 or 8728600. OLE color: 8728600.

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

Color convert

RGB 24 48 133 -
CMYK 0.82 0.64 0 0.48
HSL 226.79º 0.69% 0.31% -
HSV(B) 226.79º 0.82% 0.52% -
XYZ 5.67 4 22.66 -
YUV 50.51 174.55 109.09 -
System Red Green Blue C M Y K H S L
Decimal 24 48 133 0.82 0.64 0 0.48 226.79 0.69 0.31
Hex 18 30 85 52 40 0 30 E3 45 1F
Octal 30 60 205 122 100 0 60 343 105 37
Binary 11000 110000 10000101 1010010 1000000 0 110000 11100011 1000101 11111

Color Harmonies of #183085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183085

Black with #183085

Text Example


Text Example

White with #183085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183085; }

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

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

background-color css

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

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

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

border-color css

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

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

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