#183856

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

Shades of Regal Blue #183856

Tints of Regal Blue #183856

Color information

#183856 (or 0x183856) is unknown color: approx Regal Blue. HEX triplet: 18, 38 and 56. RGB value is (24,56,86). Sum of RGB (Red+Green+Blue) = 24+56+86=166 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.46% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 86 (33.98% from 255 or 51.81% from 166); Max value from RGB is 86 - color contains mainly: blue. Hex color #183856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183856 is #E7C7A9. Grayscale: #313131. Windows color (decimal): -15189930 or 5650456. OLE color: 5650456.

HSL color Cylindrical-coordinate representation of color #183856: hue angle of 209.03º 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 #183856 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB245686-
CMYK0.720.3500.66
HSL209.03º56.36%21.57%-
HSV(B)209.03º72.09%33.73%-
XYZ3.473.699.33-
YUV49.85148.4109.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.46%
GREEN value IS 56 (22.27% from 255) = 33.73%
BLUE value IS 86 (33.98% from 255) = 51.81%
R=14.46%
G=33.73%
B=51.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2456860.720.3500.66209.0356.3621.57
Hex1838564823042d13816
Octal30701261104301023217026
Binary1100011100010101101001000100011010000101101000111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183856; }

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

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

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

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

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

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

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

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