#183B5F

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

Shades of Regal Blue #183B5F

Tints of Regal Blue #183B5F

Color information

#183B5F (or 0x183B5F) is unknown color: approx Regal Blue. HEX triplet: 18, 3B and 5F. RGB value is (24,59,95). Sum of RGB (Red+Green+Blue) = 24+59+95=178 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.48% from 178); Green value is 59 (23.44% from 255 or 33.15% from 178); Blue value is 95 (37.5% from 255 or 53.37% from 178); Max value from RGB is 95 - color contains mainly: blue. Hex color #183B5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183B5F is #E7C4A0. Grayscale: #343434. Windows color (decimal): -15189153 or 6241048. OLE color: 6241048.

HSL color Cylindrical-coordinate representation of color #183B5F: hue angle of 210.42º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #183B5F is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB245995-
CMYK0.750.3800.63
HSL210.42º59.66%23.33%-
HSV(B)210.42º74.74%37.25%-
XYZ4.014.1511.42-
YUV52.64151.9107.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.48%
GREEN value IS 59 (23.44% from 255) = 33.15%
BLUE value IS 95 (37.5% from 255) = 53.37%
R=13.48%
G=33.15%
B=53.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2459950.750.3800.63210.4259.6623.33
Hex183B5F4B2603Fd23c17
Octal3073137113460773227427
Binary110001110111011111100101110011001111111101001011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,59,95); }

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

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

 a { background-color: rgb(24,59,95); }

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

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

 span { border-color: rgb(24,59,95); }

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