#18364F

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

Shades of Regal Blue #18364F

Tints of Regal Blue #18364F

Color information

#18364F (or 0x18364F) is unknown color: approx Regal Blue. HEX triplet: 18, 36 and 4F. RGB value is (24,54,79). Sum of RGB (Red+Green+Blue) = 24+54+79=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 79 (31.25% from 255 or 50.32% from 157); Max value from RGB is 79 - color contains mainly: blue. Hex color #18364F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18364F is #E7C9B0. Grayscale: #2F2F2F. Windows color (decimal): -15190449 or 5191192. OLE color: 5191192.

HSL color Cylindrical-coordinate representation of color #18364F: hue angle of 207.27º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18364F is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB245479-
CMYK0.700.3200.69
HSL207.27º53.4%20.2%-
HSV(B)207.27º69.62%30.98%-
XYZ3.113.47.89-
YUV47.88145.56110.97-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.29%
GREEN value IS 54 (21.48% from 255) = 34.39%
BLUE value IS 79 (31.25% from 255) = 50.32%
R=15.29%
G=34.39%
B=50.32%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2454790.700.3200.69207.2753.420.2
Hex18364F4620045cf3514
Octal30661171064001053176524
Binary1100011011010011111000110100000010001011100111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18364F; }

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

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

<style>
 a { background-color: #18364F; }

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

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

<style>
 span { border-color: #18364F; }

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

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