#184269

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

Shades of Regal Blue #184269

Tints of Regal Blue #184269

Color information

#184269 (or 0x184269) is unknown color: approx Regal Blue. HEX triplet: 18, 42 and 69. RGB value is (24,66,105). Sum of RGB (Red+Green+Blue) = 24+66+105=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #184269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184269 is #E7BD96. Grayscale: #393939. Windows color (decimal): -15187351 or 6898200. OLE color: 6898200.

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

Color convert

RGB2466105-
CMYK0.770.3700.59
HSL208.89º62.79%25.29%-
HSV(B)208.89º77.14%41.18%-
XYZ4.875.1114.09-
YUV57.89154.59103.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.31%
GREEN value IS 66 (26.17% from 255) = 33.85%
BLUE value IS 105 (41.41% from 255) = 53.85%
R=12.31%
G=33.85%
B=53.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24661050.770.3700.59208.8962.7925.29
Hex1842694D2503Bd13f19
Octal30102151115450733217731
Binary1100010000101101001100110110010101110111101000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184269; }

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

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

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

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

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

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

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

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