#183C63

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

Shades of Regal Blue #183C63

Tints of Regal Blue #183C63

Color information

#183C63 (or 0x183C63) is unknown color: approx Regal Blue. HEX triplet: 18, 3C and 63. RGB value is (24,60,99). Sum of RGB (Red+Green+Blue) = 24+60+99=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 99 (39.06% from 255 or 54.10% from 183); Max value from RGB is 99 - color contains mainly: blue. Hex color #183C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183C63 is #E7C39C. Grayscale: #353535. Windows color (decimal): -15188893 or 6503448. OLE color: 6503448.

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

Color convert

RGB246099-
CMYK0.760.3900.61
HSL211.2º60.98%24.12%-
HSV(B)211.2º75.76%38.82%-
XYZ4.244.3312.42-
YUV53.68153.57106.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.11%
GREEN value IS 60 (23.83% from 255) = 32.79%
BLUE value IS 99 (39.06% from 255) = 54.10%
R=13.11%
G=32.79%
B=54.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2460990.760.3900.61211.260.9824.12
Hex183C634C2703Dd33d18
Octal3074143114470753237530
Binary110001111001100011100110010011101111011101001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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