#18375D

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

Shades of Regal Blue #18375D

Tints of Regal Blue #18375D

Color information

#18375D (or 0x18375D) is unknown color: approx Regal Blue. HEX triplet: 18, 37 and 5D. RGB value is (24,55,93). Sum of RGB (Red+Green+Blue) = 24+55+93=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #18375D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18375D is #E7C8A2. Grayscale: #313131. Windows color (decimal): -15190179 or 6108952. OLE color: 6108952.

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

Color convert

RGB245593-
CMYK0.740.4100.64
HSL213.04º58.97%22.94%-
HSV(B)213.04º74.19%36.47%-
XYZ3.723.7210.88-
YUV50.06152.23109.41-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.95%
GREEN value IS 55 (21.88% from 255) = 31.98%
BLUE value IS 93 (36.72% from 255) = 54.07%
R=13.95%
G=31.98%
B=54.07%

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
Decimal2455930.740.4100.64213.0458.9722.94
Hex18375D4A29040d53b17
Octal30671351125101003257327
Binary1100011011110111011001010101001010000001101010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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