#183E61

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

Shades of Regal Blue #183E61

Tints of Regal Blue #183E61

Color information

#183E61 (or 0x183E61) is unknown color: approx Regal Blue. HEX triplet: 18, 3E and 61. RGB value is (24,62,97). Sum of RGB (Red+Green+Blue) = 24+62+97=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 97 (38.28% from 255 or 53.01% from 183); Max value from RGB is 97 - color contains mainly: blue. Hex color #183E61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183E61 is #E7C19E. Grayscale: #363636. Windows color (decimal): -15188383 or 6372888. OLE color: 6372888.

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

Color convert

RGB246297-
CMYK0.750.3600.62
HSL208.77º60.33%23.73%-
HSV(B)208.77º75.26%38.04%-
XYZ4.264.511.95-
YUV54.63151.91106.15-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.11%
GREEN value IS 62 (24.61% from 255) = 33.88%
BLUE value IS 97 (38.28% from 255) = 53.01%
R=13.11%
G=33.88%
B=53.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2462970.750.3600.62208.7760.3323.73
Hex183E614B2403Ed13c18
Octal3076141113440763217430
Binary110001111101100001100101110010001111101101000111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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