#184061

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

Shades of Regal Blue #184061

Tints of Regal Blue #184061

Color information

#184061 (or 0x184061) is unknown color: approx Regal Blue. HEX triplet: 18, 40 and 61. RGB value is (24,64,97). Sum of RGB (Red+Green+Blue) = 24+64+97=185 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.97% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #184061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184061 is #E7BF9E. Grayscale: #373737. Windows color (decimal): -15187871 or 6373400. OLE color: 6373400.

HSL color Cylindrical-coordinate representation of color #184061: hue angle of 207.12º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #184061 is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB246497-
CMYK0.750.3400.62
HSL207.12º60.33%23.73%-
HSV(B)207.12º75.26%38.04%-
XYZ4.374.7211.99-
YUV55.8151.25105.32-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.97%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 97 (38.28% from 255) = 52.43%
R=12.97%
G=34.59%
B=52.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2464970.750.3400.62207.1260.3323.73
Hex1840614B2203Ecf3c18
Octal30100141113420763177430
Binary1100010000001100001100101110001001111101100111111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184061; }

 p { color: rgb(24,64,97); }

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

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

 a { background-color: rgb(24,64,97); }

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

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

 span { border-color: rgb(24,64,97); }

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