#184263

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

Shades of Regal Blue #184263

Tints of Regal Blue #184263

Color information

#184263 (or 0x184263) is unknown color: approx Regal Blue. HEX triplet: 18, 42 and 63. RGB value is (24,66,99). Sum of RGB (Red+Green+Blue) = 24+66+99=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #184263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184263 is #E7BD9C. Grayscale: #393939. Windows color (decimal): -15187357 or 6504984. OLE color: 6504984.

HSL color Cylindrical-coordinate representation of color #184263: hue angle of 206.4º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #184263 is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB246699-
CMYK0.760.3300.61
HSL206.4º60.98%24.12%-
HSV(B)206.4º75.76%38.82%-
XYZ4.584.9912.53-
YUV57.2151.59104.32-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.70%
GREEN value IS 66 (26.17% from 255) = 34.92%
BLUE value IS 99 (39.06% from 255) = 52.38%
R=12.70%
G=34.92%
B=52.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2466990.760.3300.61206.460.9824.12
Hex1842634C2103Dce3d18
Octal30102143114410753167530
Binary1100010000101100011100110010000101111011100111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184263; }

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

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

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

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

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

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

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

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