#183656

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

Shades of Regal Blue #183656

Tints of Regal Blue #183656

Color information

#183656 (or 0x183656) is unknown color: approx Regal Blue. HEX triplet: 18, 36 and 56. RGB value is (24,54,86). Sum of RGB (Red+Green+Blue) = 24+54+86=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 86 (33.98% from 255 or 52.44% from 164); Max value from RGB is 86 - color contains mainly: blue. Hex color #183656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183656 is #E7C9A9. Grayscale: #303030. Windows color (decimal): -15190442 or 5649944. OLE color: 5649944.

HSL color Cylindrical-coordinate representation of color #183656: hue angle of 210.97º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #183656 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB245486-
CMYK0.720.3700.66
HSL210.97º56.36%21.57%-
HSV(B)210.97º72.09%33.73%-
XYZ3.383.59.3-
YUV48.68149.06110.4-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.63%
GREEN value IS 54 (21.48% from 255) = 32.93%
BLUE value IS 86 (33.98% from 255) = 52.44%
R=14.63%
G=32.93%
B=52.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2454860.720.3700.66210.9756.3621.57
Hex1836564825042d33816
Octal30661261104501023237026
Binary1100011011010101101001000100101010000101101001111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183656; }

 p { color: rgb(24,54,86); }

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

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

 a { background-color: rgb(24,54,86); }

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

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

 span { border-color: rgb(24,54,86); }

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