#183E68

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

Shades of Regal Blue #183E68

Tints of Regal Blue #183E68

Color information

#183E68 (or 0x183E68) is unknown color: approx Regal Blue. HEX triplet: 18, 3E and 68. RGB value is (24,62,104). Sum of RGB (Red+Green+Blue) = 24+62+104=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 62 (24.61% from 255 or 32.63% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #183E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183E68 is #E7C197. Grayscale: #373737. Windows color (decimal): -15188376 or 6831640. OLE color: 6831640.

HSL color Cylindrical-coordinate representation of color #183E68: hue angle of 211.5º degrees, saturation: 0.62, 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 #183E68 is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2462104-
CMYK0.770.4000.59
HSL211.5º62.5%25.1%-
HSV(B)211.5º76.92%40.78%-
XYZ4.64.6413.75-
YUV55.43155.41105.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.63%
GREEN value IS 62 (24.61% from 255) = 32.63%
BLUE value IS 104 (41.02% from 255) = 54.74%
R=12.63%
G=32.63%
B=54.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24621040.770.4000.59211.562.525.1
Hex183E684D2803Bd43e19
Octal3076150115500733247631
Binary110001111101101000100110110100001110111101010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,62,104); }

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

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

 a { background-color: rgb(24,62,104); }

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

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

 span { border-color: rgb(24,62,104); }

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