#18374F

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

Shades of Regal Blue #18374F

Tints of Regal Blue #18374F

Color information

#18374F (or 0x18374F) is unknown color: approx Regal Blue. HEX triplet: 18, 37 and 4F. RGB value is (24,55,79). Sum of RGB (Red+Green+Blue) = 24+55+79=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 79 (31.25% from 255 or 50% from 158); Max value from RGB is 79 - color contains mainly: blue. Hex color #18374F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18374F is #E7C8B0. Grayscale: #303030. Windows color (decimal): -15190193 or 5191448. OLE color: 5191448.

HSL color Cylindrical-coordinate representation of color #18374F: hue angle of 206.18º 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 #18374F is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB245579-
CMYK0.700.3000.69
HSL206.18º53.4%20.2%-
HSV(B)206.18º69.62%30.98%-
XYZ3.153.497.9-
YUV48.47145.23110.55-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.19%
GREEN value IS 55 (21.88% from 255) = 34.81%
BLUE value IS 79 (31.25% from 255) = 50%
R=15.19%
G=34.81%
B=50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2455790.700.3000.69206.1853.420.2
Hex18374F461E045ce3514
Octal30671171063601053166524
Binary110001101111001111100011011110010001011100111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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