#123456

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

Shades of Regal Blue #123456

Tints of Regal Blue #123456

Color information

#123456 (or 0x123456) is unknown color: approx Regal Blue. HEX triplet: 12, 34 and 56. RGB value is (18,52,86). Sum of RGB (Red+Green+Blue) = 18+52+86=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 86 (33.98% from 255 or 55.13% from 156); Max value from RGB is 86 - color contains mainly: blue. Hex color #123456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123456 is #EDCBA9. Grayscale: #2D2D2D. Windows color (decimal): -15584170 or 5649426. OLE color: 5649426.

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

Color convert

RGB185286-
CMYK0.790.4000.66
HSL210º65.38%20.39%-
HSV(B)210º79.07%33.73%-
XYZ3.163.269.27-
YUV45.71150.74108.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.54%
GREEN value IS 52 (20.70% from 255) = 33.33%
BLUE value IS 86 (33.98% from 255) = 55.13%
R=11.54%
G=33.33%
B=55.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1852860.790.4000.6621065.3820.39
Hex1234564F28042d24114
Octal226412611750010232210124
Binary10010110100101011010011111010000100001011010010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123456; }

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

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

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

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

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

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

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

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