#18456C

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

Shades of Regal Blue #18456C

Tints of Regal Blue #18456C

Color information

#18456C (or 0x18456C) is unknown color: approx Regal Blue. HEX triplet: 18, 45 and 6C. RGB value is (24,69,108). Sum of RGB (Red+Green+Blue) = 24+69+108=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 108 (42.58% from 255 or 53.73% from 201); Max value from RGB is 108 - color contains mainly: blue. Hex color #18456C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18456C is #E7BA93. Grayscale: #3B3B3B. Windows color (decimal): -15186580 or 7095576. OLE color: 7095576.

HSL color Cylindrical-coordinate representation of color #18456C: hue angle of 207.86º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18456C is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2469108-
CMYK0.780.3600.58
HSL207.86º63.64%25.88%-
HSV(B)207.86º77.78%42.35%-
XYZ5.215.5314.98-
YUV59.99155.09102.33-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.94%
GREEN value IS 69 (27.34% from 255) = 34.33%
BLUE value IS 108 (42.58% from 255) = 53.73%
R=11.94%
G=34.33%
B=53.73%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24691080.780.3600.58207.8663.6425.88
Hex18456C4E2403Ad0401a
Octal301051541164407232010032
Binary11000100010111011001001110100100011101011010000100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18456C; }

 p { color: rgb(24,69,108); }

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

<style>
 a { background-color: #18456C; }

 a { background-color: rgb(24,69,108); }

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

<style>
 span { border-color: #18456C; }

 span { border-color: rgb(24,69,108); }

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