#183D61

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

Shades of Regal Blue #183D61

Tints of Regal Blue #183D61

Color information

#183D61 (or 0x183D61) is unknown color: approx Regal Blue. HEX triplet: 18, 3D and 61. RGB value is (24,61,97). Sum of RGB (Red+Green+Blue) = 24+61+97=182 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.19% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #183D61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183D61 is #E7C29E. Grayscale: #353535. Windows color (decimal): -15188639 or 6372632. OLE color: 6372632.

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

Color convert

RGB246197-
CMYK0.750.3700.62
HSL209.59º60.33%23.73%-
HSV(B)209.59º75.26%38.04%-
XYZ4.24.3911.94-
YUV54.04152.24106.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.19%
GREEN value IS 61 (24.22% from 255) = 33.52%
BLUE value IS 97 (38.28% from 255) = 53.30%
R=13.19%
G=33.52%
B=53.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2461970.750.3700.62209.5960.3323.73
Hex183D614B2503Ed23c18
Octal3075141113450763227430
Binary110001111011100001100101110010101111101101001011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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