#183850

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

Shades of Regal Blue #183850

Tints of Regal Blue #183850

Color information

#183850 (or 0x183850) is unknown color: approx Regal Blue. HEX triplet: 18, 38 and 50. RGB value is (24,56,80). Sum of RGB (Red+Green+Blue) = 24+56+80=160 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #183850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183850 is #E7C7AF. Grayscale: #313131. Windows color (decimal): -15189936 or 5257240. OLE color: 5257240.

HSL color Cylindrical-coordinate representation of color #183850: hue angle of 205.71º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #183850 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB245680-
CMYK0.700.3000.69
HSL205.71º53.85%20.39%-
HSV(B)205.71º70%31.37%-
XYZ3.243.68.11-
YUV49.17145.4110.05-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15%
GREEN value IS 56 (22.27% from 255) = 35%
BLUE value IS 80 (31.64% from 255) = 50%
R=15%
G=35%
B=50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2456800.700.3000.69205.7153.8520.39
Hex183850461E045ce3614
Octal30701201063601053166624
Binary110001110001010000100011011110010001011100111011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183850; }

 p { color: rgb(24,56,80); }

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

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

 a { background-color: rgb(24,56,80); }

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

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

 span { border-color: rgb(24,56,80); }

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