Html Css Color HEX #183288 Smalt

📋 copy color: '#183288'

red 24 ◦ green 50 ◦ blue 136

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

Shades of Smalt #183288

Tints of Smalt #183288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 64.76%

R = 11.43%
G = 23.81%
B = 64.76%

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

#183288 (or 0x183288) is known color: Smalt. HEX triplet: 18, 32 and 88. RGB value is (24,50,136). Sum of RGB (Red+Green+Blue) = 24+50+136=210 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.43% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 136 (53.52% from 255 or 64.76% from 210); Max value from RGB is 136 - color contains mainly: blue. Hex color #183288 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183288 is #E7CD77. Grayscale: #333333. Windows color (decimal): -15191416 or 8925720. OLE color: 8925720.

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

Color convert

RGB 24 50 136 -
CMYK 0.82 0.63 0 0.47
HSL 226.07º 0.7% 0.31% -
HSV(B) 226.07º 0.82% 0.53% -
XYZ 5.96 4.25 23.8 -
YUV 52.03 175.39 108.01 -
System Red Green Blue C M Y K H S L
Decimal 24 50 136 0.82 0.63 0 0.47 226.07 0.7 0.31
Hex 18 32 88 52 3F 0 2F E2 46 1F
Octal 30 62 210 122 77 0 57 342 106 37
Binary 11000 110010 10001000 1010010 111111 0 101111 11100010 1000110 11111

Color Harmonies of #183288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183288

Black with #183288

Text Example


Text Example

White with #183288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183288; }

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

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

background-color css

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

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

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

border-color css

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

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

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