#18385A

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

Shades of Regal Blue #18385A

Tints of Regal Blue #18385A

Color information

#18385A (or 0x18385A) is unknown color: approx Regal Blue. HEX triplet: 18, 38 and 5A. RGB value is (24,56,90). Sum of RGB (Red+Green+Blue) = 24+56+90=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #18385A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18385A is #E7C7A5. Grayscale: #323232. Windows color (decimal): -15189926 or 5912600. OLE color: 5912600.

HSL color Cylindrical-coordinate representation of color #18385A: hue angle of 210.91º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18385A is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB245690-
CMYK0.730.3800.65
HSL210.91º57.89%22.35%-
HSV(B)210.91º73.33%35.29%-
XYZ3.643.7610.21-
YUV50.31150.4109.24-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.12%
GREEN value IS 56 (22.27% from 255) = 32.94%
BLUE value IS 90 (35.55% from 255) = 52.94%
R=14.12%
G=32.94%
B=52.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2456900.730.3800.65210.9157.8922.35
Hex18385A4926041d33a16
Octal30701321114601013237226
Binary1100011100010110101001001100110010000011101001111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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