#18355A

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

Shades of Regal Blue #18355A

Tints of Regal Blue #18355A

Color information

#18355A (or 0x18355A) is unknown color: approx Regal Blue. HEX triplet: 18, 35 and 5A. RGB value is (24,53,90). Sum of RGB (Red+Green+Blue) = 24+53+90=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 90 (35.55% from 255 or 53.89% from 167); Max value from RGB is 90 - color contains mainly: blue. Hex color #18355A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18355A is #E7CAA5. Grayscale: #303030. Windows color (decimal): -15190694 or 5911832. OLE color: 5911832.

HSL color Cylindrical-coordinate representation of color #18355A: hue angle of 213.64º 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 #18355A is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB245390-
CMYK0.730.4100.65
HSL213.64º57.89%22.35%-
HSV(B)213.64º73.33%35.29%-
XYZ3.53.4810.16-
YUV48.55151.39110.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.37%
GREEN value IS 53 (21.09% from 255) = 31.74%
BLUE value IS 90 (35.55% from 255) = 53.89%
R=14.37%
G=31.74%
B=53.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2453900.730.4100.65213.6457.8922.35
Hex18355A4929041d63a16
Octal30651321115101013267226
Binary1100011010110110101001001101001010000011101011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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