#184261

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

Shades of Regal Blue #184261

Tints of Regal Blue #184261

Color information

#184261 (or 0x184261) is unknown color: approx Regal Blue. HEX triplet: 18, 42 and 61. RGB value is (24,66,97). Sum of RGB (Red+Green+Blue) = 24+66+97=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #184261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184261 is #E7BD9E. Grayscale: #383838. Windows color (decimal): -15187359 or 6373912. OLE color: 6373912.

HSL color Cylindrical-coordinate representation of color #184261: hue angle of 205.48º 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 #184261 is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB246697-
CMYK0.750.3200.62
HSL205.48º60.33%23.73%-
HSV(B)205.48º75.26%38.04%-
XYZ4.484.9512.03-
YUV56.98150.59104.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.83%
GREEN value IS 66 (26.17% from 255) = 35.29%
BLUE value IS 97 (38.28% from 255) = 51.87%
R=12.83%
G=35.29%
B=51.87%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2466970.750.3200.62205.4860.3323.73
Hex1842614B2003Ecd3c18
Octal30102141113400763157430
Binary1100010000101100001100101110000001111101100110111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184261; }

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

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

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

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

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

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

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

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