#18406C

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

Shades of Regal Blue #18406C

Tints of Regal Blue #18406C

Color information

#18406C (or 0x18406C) is unknown color: approx Regal Blue. HEX triplet: 18, 40 and 6C. RGB value is (24,64,108). Sum of RGB (Red+Green+Blue) = 24+64+108=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #18406C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18406C is #E7BF93. Grayscale: #383838. Windows color (decimal): -15187860 or 7094296. OLE color: 7094296.

HSL color Cylindrical-coordinate representation of color #18406C: hue angle of 211.43º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18406C is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2464108-
CMYK0.780.4100.58
HSL211.43º63.64%25.88%-
HSV(B)211.43º77.78%42.35%-
XYZ4.924.9414.88-
YUV57.06156.75104.42-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.24%
GREEN value IS 64 (25.39% from 255) = 32.65%
BLUE value IS 108 (42.58% from 255) = 55.10%
R=12.24%
G=32.65%
B=55.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24641080.780.4100.58211.4363.6425.88
Hex18406C4E2903Ad3401a
Octal301001541165107232310032
Binary11000100000011011001001110101001011101011010011100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18406C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18406C; }

 p { color: rgb(24,64,108); }

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

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

 a { background-color: rgb(24,64,108); }

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

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

 span { border-color: rgb(24,64,108); }

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