#183956

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

Shades of Regal Blue #183956

Tints of Regal Blue #183956

Color information

#183956 (or 0x183956) is unknown color: approx Regal Blue. HEX triplet: 18, 39 and 56. RGB value is (24,57,86). Sum of RGB (Red+Green+Blue) = 24+57+86=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 86 (33.98% from 255 or 51.50% from 167); Max value from RGB is 86 - color contains mainly: blue. Hex color #183956 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183956 is #E7C6A9. Grayscale: #323232. Windows color (decimal): -15189674 or 5650712. OLE color: 5650712.

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

Color convert

RGB245786-
CMYK0.720.3400.66
HSL208.06º56.36%21.57%-
HSV(B)208.06º72.09%33.73%-
XYZ3.523.799.35-
YUV50.44148.07109.14-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.37%
GREEN value IS 57 (22.66% from 255) = 34.13%
BLUE value IS 86 (33.98% from 255) = 51.50%
R=14.37%
G=34.13%
B=51.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2457860.720.3400.66208.0656.3621.57
Hex1839564822042d03816
Octal30711261104201023207026
Binary1100011100110101101001000100010010000101101000011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183956; }

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

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

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

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

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

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

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

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