#183750

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

Shades of Regal Blue #183750

Tints of Regal Blue #183750

Color information

#183750 (or 0x183750) is unknown color: approx Regal Blue. HEX triplet: 18, 37 and 50. RGB value is (24,55,80). Sum of RGB (Red+Green+Blue) = 24+55+80=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #183750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183750 is #E7C8AF. Grayscale: #303030. Windows color (decimal): -15190192 or 5256984. OLE color: 5256984.

HSL color Cylindrical-coordinate representation of color #183750: hue angle of 206.79º 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 #183750 is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB245580-
CMYK0.700.3100.69
HSL206.79º53.85%20.39%-
HSV(B)206.79º70%31.37%-
XYZ3.193.518.1-
YUV48.58145.73110.47-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.09%
GREEN value IS 55 (21.88% from 255) = 34.59%
BLUE value IS 80 (31.64% from 255) = 50.31%
R=15.09%
G=34.59%
B=50.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2455800.700.3100.69206.7953.8520.39
Hex183750461F045cf3614
Octal30671201063701053176624
Binary110001101111010000100011011111010001011100111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183750; }

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

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

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

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

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

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

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

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