#183960

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

Shades of Regal Blue #183960

Tints of Regal Blue #183960

Color information

#183960 (or 0x183960) is unknown color: approx Regal Blue. HEX triplet: 18, 39 and 60. RGB value is (24,57,96). Sum of RGB (Red+Green+Blue) = 24+57+96=177 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.56% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 96 (37.89% from 255 or 54.24% from 177); Max value from RGB is 96 - color contains mainly: blue. Hex color #183960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183960 is #E7C69F. Grayscale: #333333. Windows color (decimal): -15189664 or 6306072. OLE color: 6306072.

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

Color convert

RGB245796-
CMYK0.750.4100.62
HSL212.5º60%23.53%-
HSV(B)212.5º75%37.65%-
XYZ3.953.9611.62-
YUV51.58153.07108.33-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.56%
GREEN value IS 57 (22.66% from 255) = 32.20%
BLUE value IS 96 (37.89% from 255) = 54.24%
R=13.56%
G=32.20%
B=54.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2457960.750.4100.62212.56023.53
Hex1839604B2903Ed43c18
Octal3071140113510763247430
Binary110001110011100000100101110100101111101101010011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183960; }

 p { color: rgb(24,57,96); }

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

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

 a { background-color: rgb(24,57,96); }

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

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

 span { border-color: rgb(24,57,96); }

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