#184369

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

Shades of Regal Blue #184369

Tints of Regal Blue #184369

Color information

#184369 (or 0x184369) is unknown color: approx Regal Blue. HEX triplet: 18, 43 and 69. RGB value is (24,67,105). Sum of RGB (Red+Green+Blue) = 24+67+105=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #184369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184369 is #E7BC96. Grayscale: #3A3A3A. Windows color (decimal): -15187095 or 6898456. OLE color: 6898456.

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

Color convert

RGB2467105-
CMYK0.770.3600.59
HSL208.15º62.79%25.29%-
HSV(B)208.15º77.14%41.18%-
XYZ4.935.2314.11-
YUV58.48154.25103.41-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.24%
GREEN value IS 67 (26.56% from 255) = 34.18%
BLUE value IS 105 (41.41% from 255) = 53.57%
R=12.24%
G=34.18%
B=53.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24671050.770.3600.59208.1562.7925.29
Hex1843694D2403Bd03f19
Octal30103151115440733207731
Binary1100010000111101001100110110010001110111101000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184369; }

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

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

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

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

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

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

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

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