#183C69

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

Shades of Regal Blue #183C69

Tints of Regal Blue #183C69

Color information

#183C69 (or 0x183C69) is unknown color: approx Regal Blue. HEX triplet: 18, 3C and 69. RGB value is (24,60,105). Sum of RGB (Red+Green+Blue) = 24+60+105=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 105 (41.41% from 255 or 55.56% from 189); Max value from RGB is 105 - color contains mainly: blue. Hex color #183C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183C69 is #E7C396. Grayscale: #363636. Windows color (decimal): -15188887 or 6896664. OLE color: 6896664.

HSL color Cylindrical-coordinate representation of color #183C69: hue angle of 213.33º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #183C69 is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2460105-
CMYK0.770.4300.59
HSL213.33º62.79%25.29%-
HSV(B)213.33º77.14%41.18%-
XYZ4.544.4513.98-
YUV54.37156.57106.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.70%
GREEN value IS 60 (23.83% from 255) = 31.75%
BLUE value IS 105 (41.41% from 255) = 55.56%
R=12.70%
G=31.75%
B=55.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24601050.770.4300.59213.3362.7925.29
Hex183C694D2B03Bd53f19
Octal3074151115530733257731
Binary110001111001101001100110110101101110111101010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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