#123256

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

Shades of Regal Blue #123256

Tints of Regal Blue #123256

Color information

#123256 (or 0x123256) is unknown color: approx Regal Blue. HEX triplet: 12, 32 and 56. RGB value is (18,50,86). Sum of RGB (Red+Green+Blue) = 18+50+86=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 86 (33.98% from 255 or 55.84% from 154); Max value from RGB is 86 - color contains mainly: blue. Hex color #123256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123256 is #EDCDA9. Grayscale: #2C2C2C. Windows color (decimal): -15584682 or 5648914. OLE color: 5648914.

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

Color convert

RGB185086-
CMYK0.790.4200.66
HSL211.76º65.38%20.39%-
HSV(B)211.76º79.07%33.73%-
XYZ3.073.089.24-
YUV44.54151.4109.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.69%
GREEN value IS 50 (19.92% from 255) = 32.47%
BLUE value IS 86 (33.98% from 255) = 55.84%
R=11.69%
G=32.47%
B=55.84%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1850860.790.4200.66211.7665.3820.39
Hex1232564F2A042d44114
Octal226212611752010232410124
Binary10010110010101011010011111010100100001011010100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123256; }

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

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

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

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

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

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

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

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