#183388

Color #183388 Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #183388

Tints of Smalt #183388

Color information

#183388 (or 0x183388) is unknown color: approx Smalt. HEX triplet: 18, 33 and 88. RGB value is (24,51,136). Sum of RGB (Red+Green+Blue) = 24+51+136=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 136 (53.52% from 255 or 64.45% from 211); Max value from RGB is 136 - color contains mainly: blue. Hex color #183388 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183388 is #E7CC77. Grayscale: #343434. Windows color (decimal): -15191160 or 8925976. OLE color: 8925976.

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

Color convert

RGB2451136-
CMYK0.820.6200.47
HSL225.54º70%31.37%-
HSV(B)225.54º82.35%53.33%-
XYZ64.3423.81-
YUV52.62175.05107.59-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.37%
GREEN value IS 51 (20.31% from 255) = 24.17%
BLUE value IS 136 (53.52% from 255) = 64.45%
R=11.37%
G=24.17%
B=64.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal24511360.820.6200.47225.547031.37
Hex183388523E02Fe2461f
Octal30632101227605734210637
Binary11000110011100010001010010111110010111111100010100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183388; }

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

 H1.HeaderClassName
 {
   color: #183388;
 }
 .AnyTagClassName
 {
   color: #183388;
 }
</style>
background-color css

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

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

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

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

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

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