#183C61

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

Shades of Regal Blue #183C61

Tints of Regal Blue #183C61

Color information

#183C61 (or 0x183C61) is unknown color: approx Regal Blue. HEX triplet: 18, 3C and 61. RGB value is (24,60,97). Sum of RGB (Red+Green+Blue) = 24+60+97=181 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.26% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #183C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183C61 is #E7C39E. Grayscale: #353535. Windows color (decimal): -15188895 or 6372376. OLE color: 6372376.

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

Color convert

RGB246097-
CMYK0.750.3800.62
HSL210.41º60.33%23.73%-
HSV(B)210.41º75.26%38.04%-
XYZ4.154.2911.92-
YUV53.45152.57106.99-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.26%
GREEN value IS 60 (23.83% from 255) = 33.15%
BLUE value IS 97 (38.28% from 255) = 53.59%
R=13.26%
G=33.15%
B=53.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2460970.750.3800.62210.4160.3323.73
Hex183C614B2603Ed23c18
Octal3074141113460763227430
Binary110001111001100001100101110011001111101101001011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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