#183C5F

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

Shades of Regal Blue #183C5F

Tints of Regal Blue #183C5F

Color information

#183C5F (or 0x183C5F) is unknown color: approx Regal Blue. HEX triplet: 18, 3C and 5F. RGB value is (24,60,95). Sum of RGB (Red+Green+Blue) = 24+60+95=179 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.41% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 95 (37.5% from 255 or 53.07% from 179); Max value from RGB is 95 - color contains mainly: blue. Hex color #183C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183C5F is #E7C3A0. Grayscale: #353535. Windows color (decimal): -15188897 or 6241304. OLE color: 6241304.

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

Color convert

RGB246095-
CMYK0.750.3700.63
HSL209.58º59.66%23.33%-
HSV(B)209.58º74.74%37.25%-
XYZ4.064.2511.43-
YUV53.23151.57107.15-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.41%
GREEN value IS 60 (23.83% from 255) = 33.52%
BLUE value IS 95 (37.5% from 255) = 53.07%
R=13.41%
G=33.52%
B=53.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2460950.750.3700.63209.5859.6623.33
Hex183C5F4B2503Fd23c17
Octal3074137113450773227427
Binary110001111001011111100101110010101111111101001011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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