#183F60

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

Shades of Regal Blue #183F60

Tints of Regal Blue #183F60

Color information

#183F60 (or 0x183F60) is unknown color: approx Regal Blue. HEX triplet: 18, 3F and 60. RGB value is (24,63,96). Sum of RGB (Red+Green+Blue) = 24+63+96=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #183F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183F60 is #E7C09F. Grayscale: #363636. Windows color (decimal): -15188128 or 6307608. OLE color: 6307608.

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

Color convert

RGB246396-
CMYK0.750.3400.62
HSL207.5º60%23.53%-
HSV(B)207.5º75%37.65%-
XYZ4.274.5911.73-
YUV55.1151.08105.82-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.11%
GREEN value IS 63 (25% from 255) = 34.43%
BLUE value IS 96 (37.89% from 255) = 52.46%
R=13.11%
G=34.43%
B=52.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2463960.750.3400.62207.56023.53
Hex183F604B2203Ed03c18
Octal3077140113420763207430
Binary110001111111100000100101110001001111101101000011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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