#18405A

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

Shades of Regal Blue #18405A

Tints of Regal Blue #18405A

Color information

#18405A (or 0x18405A) is unknown color: approx Regal Blue. HEX triplet: 18, 40 and 5A. RGB value is (24,64,90). Sum of RGB (Red+Green+Blue) = 24+64+90=178 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.48% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #18405A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18405A is #E7BFA5. Grayscale: #363636. Windows color (decimal): -15187878 or 5914648. OLE color: 5914648.

HSL color Cylindrical-coordinate representation of color #18405A: hue angle of 203.64º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18405A is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB246490-
CMYK0.730.2900.65
HSL203.64º57.89%22.35%-
HSV(B)203.64º73.33%35.29%-
XYZ4.064.610.35-
YUV55147.75105.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.48%
GREEN value IS 64 (25.39% from 255) = 35.96%
BLUE value IS 90 (35.55% from 255) = 50.56%
R=13.48%
G=35.96%
B=50.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2464900.730.2900.65203.6457.8922.35
Hex18405A491D041cc3a16
Octal301001321113501013147226
Binary1100010000001011010100100111101010000011100110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18405A; }

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

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

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

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

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

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

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

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