#18405D

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

Shades of Regal Blue #18405D

Tints of Regal Blue #18405D

Color information

#18405D (or 0x18405D) is unknown color: approx Regal Blue. HEX triplet: 18, 40 and 5D. RGB value is (24,64,93). Sum of RGB (Red+Green+Blue) = 24+64+93=181 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.26% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #18405D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18405D is #E7BFA2. Grayscale: #373737. Windows color (decimal): -15187875 or 6111256. OLE color: 6111256.

HSL color Cylindrical-coordinate representation of color #18405D: hue angle of 205.22º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18405D is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB246493-
CMYK0.740.3100.64
HSL205.22º58.97%22.94%-
HSV(B)205.22º74.19%36.47%-
XYZ4.194.6511.03-
YUV55.35149.25105.64-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.26%
GREEN value IS 64 (25.39% from 255) = 35.36%
BLUE value IS 93 (36.72% from 255) = 51.38%
R=13.26%
G=35.36%
B=51.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2464930.740.3100.64205.2258.9722.94
Hex18405D4A1F040cd3b17
Octal301001351123701003157327
Binary1100010000001011101100101011111010000001100110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18405D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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