#123056

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

Shades of Regal Blue #123056

Tints of Regal Blue #123056

Color information

#123056 (or 0x123056) is unknown color: approx Regal Blue. HEX triplet: 12, 30 and 56. RGB value is (18,48,86). Sum of RGB (Red+Green+Blue) = 18+48+86=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 86 (33.98% from 255 or 56.58% from 152); Max value from RGB is 86 - color contains mainly: blue. Hex color #123056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123056 is #EDCFA9. Grayscale: #2B2B2B. Windows color (decimal): -15585194 or 5648402. OLE color: 5648402.

HSL color Cylindrical-coordinate representation of color #123056: hue angle of 213.53º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #123056 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB184886-
CMYK0.790.4400.66
HSL213.53º65.38%20.39%-
HSV(B)213.53º79.07%33.73%-
XYZ2.992.919.21-
YUV43.36152.06109.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.84%
GREEN value IS 48 (19.14% from 255) = 31.58%
BLUE value IS 86 (33.98% from 255) = 56.58%
R=11.84%
G=31.58%
B=56.58%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1848860.790.4400.66213.5365.3820.39
Hex1230564F2C042d64114
Octal226012611754010232610124
Binary10010110000101011010011111011000100001011010110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123056; }

 p { color: rgb(18,48,86); }

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

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

 a { background-color: rgb(18,48,86); }

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

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

 span { border-color: rgb(18,48,86); }

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