#184266

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

Shades of Regal Blue #184266

Tints of Regal Blue #184266

Color information

#184266 (or 0x184266) is unknown color: approx Regal Blue. HEX triplet: 18, 42 and 66. RGB value is (24,66,102). Sum of RGB (Red+Green+Blue) = 24+66+102=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 102 (40.23% from 255 or 53.12% from 192); Max value from RGB is 102 - color contains mainly: blue. Hex color #184266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184266 is #E7BD99. Grayscale: #393939. Windows color (decimal): -15187354 or 6701592. OLE color: 6701592.

HSL color Cylindrical-coordinate representation of color #184266: hue angle of 207.69º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #184266 is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2466102-
CMYK0.760.3500.6
HSL207.69º61.9%24.71%-
HSV(B)207.69º76.47%40%-
XYZ4.725.0513.3-
YUV57.55153.09104.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.5%
GREEN value IS 66 (26.17% from 255) = 34.38%
BLUE value IS 102 (40.23% from 255) = 53.12%
R=12.5%
G=34.38%
B=53.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal24661020.760.3500.6207.6961.924.71
Hex1842664C2303Cd03e19
Octal30102146114430743207631
Binary1100010000101100110100110010001101111001101000011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184266; }

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

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

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

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

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

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

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

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