#183E66

Color #183E66 Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #183E66

Tints of Regal Blue #183E66

Color information

#183E66 (or 0x183E66) is unknown color: approx Regal Blue. HEX triplet: 18, 3E and 66. RGB value is (24,62,102). Sum of RGB (Red+Green+Blue) = 24+62+102=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 62 (24.61% from 255 or 32.98% from 188); Blue value is 102 (40.23% from 255 or 54.26% from 188); Max value from RGB is 102 - color contains mainly: blue. Hex color #183E66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183E66 is #E7C199. Grayscale: #373737. Windows color (decimal): -15188378 or 6700568. OLE color: 6700568.

HSL color Cylindrical-coordinate representation of color #183E66: hue angle of 210.77º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #183E66 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2462102-
CMYK0.760.3900.6
HSL210.77º61.9%24.71%-
HSV(B)210.77º76.47%40%-
XYZ4.54.613.22-
YUV55.2154.41105.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.77%
GREEN value IS 62 (24.61% from 255) = 32.98%
BLUE value IS 102 (40.23% from 255) = 54.26%
R=12.77%
G=32.98%
B=54.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal24621020.760.3900.6210.7761.924.71
Hex183E664C2703Cd33e19
Octal3076146114470743237631
Binary110001111101100110100110010011101111001101001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183E66; }

 p { color: rgb(24,62,102); }

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

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

 a { background-color: rgb(24,62,102); }

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

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

 span { border-color: rgb(24,62,102); }

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