#18415D

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

Shades of Regal Blue #18415D

Tints of Regal Blue #18415D

Color information

#18415D (or 0x18415D) is unknown color: approx Regal Blue. HEX triplet: 18, 41 and 5D. RGB value is (24,65,93). Sum of RGB (Red+Green+Blue) = 24+65+93=182 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.19% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #18415D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18415D is #E7BEA2. Grayscale: #373737. Windows color (decimal): -15187619 or 6111512. OLE color: 6111512.

HSL color Cylindrical-coordinate representation of color #18415D: hue angle of 204.35º 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 #18415D is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB246593-
CMYK0.740.3000.64
HSL204.35º58.97%22.94%-
HSV(B)204.35º74.19%36.47%-
XYZ4.244.7711.05-
YUV55.93148.92105.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.19%
GREEN value IS 65 (25.78% from 255) = 35.71%
BLUE value IS 93 (36.72% from 255) = 51.10%
R=13.19%
G=35.71%
B=51.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2465930.740.3000.64204.3558.9722.94
Hex18415D4A1E040cc3b17
Octal301011351123601003147327
Binary1100010000011011101100101011110010000001100110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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