#18446A

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

Shades of Regal Blue #18446A

Tints of Regal Blue #18446A

Color information

#18446A (or 0x18446A) is unknown color: approx Regal Blue. HEX triplet: 18, 44 and 6A. RGB value is (24,68,106). Sum of RGB (Red+Green+Blue) = 24+68+106=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 106 (41.80% from 255 or 53.54% from 198); Max value from RGB is 106 - color contains mainly: blue. Hex color #18446A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18446A is #E7BB95. Grayscale: #3A3A3A. Windows color (decimal): -15186838 or 6964248. OLE color: 6964248.

HSL color Cylindrical-coordinate representation of color #18446A: hue angle of 207.8º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18446A is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2468106-
CMYK0.770.3600.58
HSL207.8º63.08%25.49%-
HSV(B)207.8º77.36%41.57%-
XYZ5.055.3714.41-
YUV59.18154.42102.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.12%
GREEN value IS 68 (26.95% from 255) = 34.34%
BLUE value IS 106 (41.80% from 255) = 53.54%
R=12.12%
G=34.34%
B=53.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24681060.770.3600.58207.863.0825.49
Hex18446A4D2403Ad03f19
Octal30104152115440723207731
Binary1100010001001101010100110110010001110101101000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18446A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,68,106); }

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

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

 a { background-color: rgb(24,68,106); }

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

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

 span { border-color: rgb(24,68,106); }

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