#184260

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

Shades of Regal Blue #184260

Tints of Regal Blue #184260

Color information

#184260 (or 0x184260) is unknown color: approx Regal Blue. HEX triplet: 18, 42 and 60. RGB value is (24,66,96). Sum of RGB (Red+Green+Blue) = 24+66+96=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #184260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184260 is #E7BD9F. Grayscale: #383838. Windows color (decimal): -15187360 or 6308376. OLE color: 6308376.

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

Color convert

RGB246696-
CMYK0.750.3100.62
HSL205º60%23.53%-
HSV(B)205º75%37.65%-
XYZ4.444.9411.79-
YUV56.86150.09104.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.90%
GREEN value IS 66 (26.17% from 255) = 35.48%
BLUE value IS 96 (37.89% from 255) = 51.61%
R=12.90%
G=35.48%
B=51.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2466960.750.3100.622056023.53
Hex1842604B1F03Ecd3c18
Octal30102140113370763157430
Binary110001000010110000010010111111101111101100110111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184260; }

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

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

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

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

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

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

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

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