#18385F

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

Shades of Regal Blue #18385F

Tints of Regal Blue #18385F

Color information

#18385F (or 0x18385F) is unknown color: approx Regal Blue. HEX triplet: 18, 38 and 5F. RGB value is (24,56,95). Sum of RGB (Red+Green+Blue) = 24+56+95=175 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.71% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 95 (37.5% from 255 or 54.29% from 175); Max value from RGB is 95 - color contains mainly: blue. Hex color #18385F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18385F is #E7C7A0. Grayscale: #323232. Windows color (decimal): -15189921 or 6240280. OLE color: 6240280.

HSL color Cylindrical-coordinate representation of color #18385F: hue angle of 212.96º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18385F is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB245695-
CMYK0.750.4100.63
HSL212.96º59.66%23.33%-
HSV(B)212.96º74.74%37.25%-
XYZ3.863.8511.37-
YUV50.88152.9108.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.71%
GREEN value IS 56 (22.27% from 255) = 32%
BLUE value IS 95 (37.5% from 255) = 54.29%
R=13.71%
G=32%
B=54.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2456950.750.4100.63212.9659.6623.33
Hex18385F4B2903Fd53c17
Octal3070137113510773257427
Binary110001110001011111100101110100101111111101010111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,56,95); }

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

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

 a { background-color: rgb(24,56,95); }

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

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

 span { border-color: rgb(24,56,95); }

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