#18365D

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

Shades of Regal Blue #18365D

Tints of Regal Blue #18365D

Color information

#18365D (or 0x18365D) is unknown color: approx Regal Blue. HEX triplet: 18, 36 and 5D. RGB value is (24,54,93). Sum of RGB (Red+Green+Blue) = 24+54+93=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #18365D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18365D is #E7C9A2. Grayscale: #313131. Windows color (decimal): -15190435 or 6108696. OLE color: 6108696.

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

Color convert

RGB245493-
CMYK0.740.4200.64
HSL213.91º58.97%22.94%-
HSV(B)213.91º74.19%36.47%-
XYZ3.673.6210.86-
YUV49.48152.56109.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.04%
GREEN value IS 54 (21.48% from 255) = 31.58%
BLUE value IS 93 (36.72% from 255) = 54.39%
R=14.04%
G=31.58%
B=54.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2454930.740.4200.64213.9158.9722.94
Hex18365D4A2A040d63b17
Octal30661351125201003267327
Binary1100011011010111011001010101010010000001101011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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