#183D63

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

Shades of Regal Blue #183D63

Tints of Regal Blue #183D63

Color information

#183D63 (or 0x183D63) is unknown color: approx Regal Blue. HEX triplet: 18, 3D and 63. RGB value is (24,61,99). Sum of RGB (Red+Green+Blue) = 24+61+99=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 99 (39.06% from 255 or 53.80% from 184); Max value from RGB is 99 - color contains mainly: blue. Hex color #183D63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183D63 is #E7C29C. Grayscale: #363636. Windows color (decimal): -15188637 or 6503704. OLE color: 6503704.

HSL color Cylindrical-coordinate representation of color #183D63: hue angle of 210.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 #183D63 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB246199-
CMYK0.760.3800.61
HSL210.4º60.98%24.12%-
HSV(B)210.4º75.76%38.82%-
XYZ4.34.4312.43-
YUV54.27153.24106.41-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.04%
GREEN value IS 61 (24.22% from 255) = 33.15%
BLUE value IS 99 (39.06% from 255) = 53.80%
R=13.04%
G=33.15%
B=53.80%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2461990.760.3800.61210.460.9824.12
Hex183D634C2603Dd23d18
Octal3075143114460753227530
Binary110001111011100011100110010011001111011101001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183D63; }

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

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

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

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

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

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

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

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