#184469

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

Shades of Regal Blue #184469

Tints of Regal Blue #184469

Color information

#184469 (or 0x184469) is unknown color: approx Regal Blue. HEX triplet: 18, 44 and 69. RGB value is (24,68,105). Sum of RGB (Red+Green+Blue) = 24+68+105=197 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.18% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #184469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184469 is #E7BB96. Grayscale: #3A3A3A. Windows color (decimal): -15186839 or 6898712. OLE color: 6898712.

HSL color Cylindrical-coordinate representation of color #184469: hue angle of 207.41º 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 #184469 is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2468105-
CMYK0.770.3500.59
HSL207.41º62.79%25.29%-
HSV(B)207.41º77.14%41.18%-
XYZ4.995.3514.13-
YUV59.06153.92102.99-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.18%
GREEN value IS 68 (26.95% from 255) = 34.52%
BLUE value IS 105 (41.41% from 255) = 53.30%
R=12.18%
G=34.52%
B=53.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24681050.770.3500.59207.4162.7925.29
Hex1844694D2303Bcf3f19
Octal30104151115430733177731
Binary1100010001001101001100110110001101110111100111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184469; }

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

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

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

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

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

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

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

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