#183C66

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

Shades of Regal Blue #183C66

Tints of Regal Blue #183C66

Color information

#183C66 (or 0x183C66) is unknown color: approx Regal Blue. HEX triplet: 18, 3C and 66. RGB value is (24,60,102). Sum of RGB (Red+Green+Blue) = 24+60+102=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 102 (40.23% from 255 or 54.84% from 186); Max value from RGB is 102 - color contains mainly: blue. Hex color #183C66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183C66 is #E7C399. Grayscale: #353535. Windows color (decimal): -15188890 or 6700056. OLE color: 6700056.

HSL color Cylindrical-coordinate representation of color #183C66: hue angle of 212.31º 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 #183C66 is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2460102-
CMYK0.760.4100.6
HSL212.31º61.9%24.71%-
HSV(B)212.31º76.47%40%-
XYZ4.394.3913.19-
YUV54.02155.07106.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.90%
GREEN value IS 60 (23.83% from 255) = 32.26%
BLUE value IS 102 (40.23% from 255) = 54.84%
R=12.90%
G=32.26%
B=54.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal24601020.760.4100.6212.3161.924.71
Hex183C664C2903Cd43e19
Octal3074146114510743247631
Binary110001111001100110100110010100101111001101010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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