#184569

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

Shades of Regal Blue #184569

Tints of Regal Blue #184569

Color information

#184569 (or 0x184569) is unknown color: approx Regal Blue. HEX triplet: 18, 45 and 69. RGB value is (24,69,105). Sum of RGB (Red+Green+Blue) = 24+69+105=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 105 (41.41% from 255 or 53.03% from 198); Max value from RGB is 105 - color contains mainly: blue. Hex color #184569 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184569 is #E7BA96. Grayscale: #3B3B3B. Windows color (decimal): -15186583 or 6898968. OLE color: 6898968.

HSL color Cylindrical-coordinate representation of color #184569: hue angle of 206.67º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #184569 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2469105-
CMYK0.770.3400.59
HSL206.67º62.79%25.29%-
HSV(B)206.67º77.14%41.18%-
XYZ5.055.4714.15-
YUV59.65153.59102.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.12%
GREEN value IS 69 (27.34% from 255) = 34.85%
BLUE value IS 105 (41.41% from 255) = 53.03%
R=12.12%
G=34.85%
B=53.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24691050.770.3400.59206.6762.7925.29
Hex1845694D2203Bcf3f19
Octal30105151115420733177731
Binary1100010001011101001100110110001001110111100111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184569; }

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

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

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

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

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

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

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

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