#18365C

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

Shades of Regal Blue #18365C

Tints of Regal Blue #18365C

Color information

#18365C (or 0x18365C) is unknown color: approx Regal Blue. HEX triplet: 18, 36 and 5C. RGB value is (24,54,92). Sum of RGB (Red+Green+Blue) = 24+54+92=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 92 (36.33% from 255 or 54.12% from 170); Max value from RGB is 92 - color contains mainly: blue. Hex color #18365C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18365C is #E7C9A3. Grayscale: #313131. Windows color (decimal): -15190436 or 6043160. OLE color: 6043160.

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

Color convert

RGB245492-
CMYK0.740.4100.64
HSL213.53º58.62%22.75%-
HSV(B)213.53º73.91%36.08%-
XYZ3.633.6110.63-
YUV49.36152.06109.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.12%
GREEN value IS 54 (21.48% from 255) = 31.76%
BLUE value IS 92 (36.33% from 255) = 54.12%
R=14.12%
G=31.76%
B=54.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2454920.740.4100.64213.5358.6222.75
Hex18365C4A29040d63b17
Octal30661341125101003267327
Binary1100011011010111001001010101001010000001101011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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